2019-01-13 13:22:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8' />
|
2019-02-01 18:45:41 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2019-07-04 10:41:14 +00:00
|
|
|
<link rel="icon" href="resources/logo-small.png" sizes="16x16" type="image/png" />
|
|
|
|
<link rel="icon" href="resources/logo.png" sizes="256x256" type="image/png" />
|
|
|
|
<link rel="icon" href="resources/logo.svg" sizes="any" type="image/svg+xml" />
|
|
|
|
|
2019-10-10 20:13:40 +00:00
|
|
|
<title>Sensor Map | ConnectedHumber</title>
|
2019-01-13 13:22:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-10-10 20:13:40 +00:00
|
|
|
<h1>Sensor Map</h1>
|
2019-01-17 16:38:15 +00:00
|
|
|
|
2019-01-17 13:56:25 +00:00
|
|
|
<!-- Leaflet needs an id to attach to -->
|
2019-06-30 17:11:36 +00:00
|
|
|
<main id="map" class="working-visual">
|
2019-01-17 13:56:25 +00:00
|
|
|
|
|
|
|
</main>
|
2019-01-13 13:22:13 +00:00
|
|
|
|
2019-05-09 12:32:01 +00:00
|
|
|
<canvas id="canvas-guage" width="50" height="300"></canvas>
|
|
|
|
|
2019-01-13 13:22:13 +00:00
|
|
|
<!---------------->
|
2019-01-17 13:56:25 +00:00
|
|
|
<link rel="stylesheet" href="app.css" />
|
2019-01-13 13:22:13 +00:00
|
|
|
<script src="app.js" charset="utf-8"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|