maps.chandlerswift.com/index.html

18 lines
557 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-07-03 19:22:33 -05:00
<link rel="icon" type="image/x-icon" href="https://chandlerswift.com/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-07-03 19:22:33 -05:00
<title>Chandler Swift's Maps</title>
</head>
2023-07-03 22:13:15 -05:00
<body class="nav-open">
2023-07-03 19:22:33 -05:00
<noscript>Sorry, but you'll need JavaScript enabled for any of this to work!</noscript>
<aside>
<h1>Chandler's Maps</h1>
</aside>
<div id="map"></div>
<script type="module" src="./main.js"></script>
</body>
</html>