Files
utd-singularity/public/index.html
T
Glitch (glitch-hello-node) 951dff8682 🎒🎖 Checkpoint
./README.md:1954897/2857
./server.js:1954897/4286
./package.json:1954897/1034
./index.html:1954897/1440
./public/index.js:1954897/4254
./public/style.css:1954897/5185
2021-11-14 04:51:40 +00:00

29 lines
1.4 KiB
HTML

<!doctype html>
<!--
Made with love by MindfulMinun
https://benjic.xyz/
-->
<html lang="en-US" class="no-js">
<head>
<meta charset="utf-8">
<title>Density map</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,500;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""/>
<!-- scripts -->
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin=""></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
</head>
<body class="card--active">
<div id="map"></div>
<div id="card" style="--region: ''">
<p>Tap a region to get started.</p>
</div>
</body>
<script src="./index.js"></script>
</html>