You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.0 KiB
HTML
50 lines
2.0 KiB
HTML
<!doctype html>
|
|
<!--[if lt IE 10]> <html class="lt-ie10 no-js" lang=""> <![endif]-->
|
|
<!--[if gt IE 9]><!--> <html class="no-js" lang=""> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="openSenseMap measurement dashboard" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
|
<title>openSenseMap dashboard</title>
|
|
|
|
<!-- OG -->
|
|
<meta property="og:site_name" content="openSenseMap dashboard" />
|
|
<meta property="og:title" content="openSenseMap dashboard" />
|
|
<meta property="og:url" content="" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:description" content="latest sensor readings from openSenseMap.org" />
|
|
<meta property="og:image" content="assets/graphics/meta/default-meta-image.png" />
|
|
<!--/ OG -->
|
|
|
|
<link rel="manifest" href="manifest.json" />
|
|
<link rel="shortcut icon" href="assets/graphics/meta/favicon.ico" type="image/x-icon" />
|
|
<link rel="apple-touch-icon" href="assets/graphics/meta/apple-touch-icon.png" />
|
|
|
|
<!-- build:css assets/styles/main.css -->
|
|
<link rel="stylesheet" href="assets/styles/main.css">
|
|
<!-- endbuild -->
|
|
<link rel="author" type="text/plain" href="humans.txt" />
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,400italic,300italic,300,700,700italic" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 10]>
|
|
<div id="nocando">
|
|
<h1>No can do!</h1>
|
|
<p>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
|
</div>
|
|
<![endif]-->
|
|
|
|
<div id="site-canvas"><!-- Content goes inside #site-canvas --></div>
|
|
|
|
<!-- build:js assets/scripts/vendor.js -->
|
|
<script src="assets/scripts/vendor.js"></script>
|
|
<!-- endbuild -->
|
|
<!-- build:js assets/scripts/bundle.js -->
|
|
<script src="assets/scripts/bundle.js"></script>
|
|
<!-- endbuild -->
|
|
</body>
|
|
</html>
|