mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Air Quality -> Sensor in main UI
This commit is contained in:
parent
c7333b4da2
commit
e635986781
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
<link rel="icon" href="resources/logo.png" sizes="256x256" 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" />
|
<link rel="icon" href="resources/logo.svg" sizes="any" type="image/svg+xml" />
|
||||||
|
|
||||||
<title>Air Quality Map | ConnectedHumber</title>
|
<title>Sensor Map | ConnectedHumber</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Air Quality Map</h1>
|
<h1>Sensor Map</h1>
|
||||||
|
|
||||||
<!-- Leaflet needs an id to attach to -->
|
<!-- Leaflet needs an id to attach to -->
|
||||||
<main id="map" class="working-visual">
|
<main id="map" class="working-visual">
|
||||||
|
|
Loading…
Reference in a new issue