Air-Quality-Web/client_src/index.html

18 lines
336 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Air Quality Map | ConnectedHumber</title>
</head>
<body>
<!-- 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>