27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta
|
||
|
name="viewport"
|
||
|
content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"
|
||
|
/>
|
||
|
<% if (process.env.NODE_ENV !== 'production') { %>
|
||
|
<meta
|
||
|
http-equiv="Content-Security-Policy"
|
||
|
content="connect-src 'self' front.dnr.one api.openweathermap.org 109.254.92.90:8010 ws:;"
|
||
|
/>
|
||
|
<% } %>
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png" />
|
||
|
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png" />
|
||
|
<title>DNR.ONE</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>
|
||
|
<strong>We're sorry but this site doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||
|
</noscript>
|
||
|
<div id="app"></div>
|
||
|
</body>
|
||
|
</html>
|