Air-Quality-Web/client_src/index.html

21 lines
439 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Air Quality Map | ConnectedHumber</title>
</head>
<body>
<h1>Air Quality Map</h1>
<!-- Leaflet needs an id to attach to -->
<main id="map">
</main>
<!---------------->
<link rel="stylesheet" href="app.css" />
<script src="app.js" charset="utf-8"></script>
</body>
</html>