-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Montserrat:ital,wght@0,500;0,700;0,900;1,300;1,700&display=swap" rel="stylesheet">
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
<link rel="shortcut icon" href="/Wersdown_color.svg" type="image/svg+xml">
<title>Wersdown Earthquake</title>
<script src="/src/main.ts" defer type="module"></script>
</head>
<body>
<noscript>Plase allow JavaScript to view page.</noscript>
<div id="app"></div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyARWZDb4Sz8Ekou1OOZOA9WGmvgUVeH1zA&callback=initMap&libraries=visualization&v=weekly" defer></script>
</body>
</html>