-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 1021 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="">
<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="icon" href="/favicon.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
<script src="/js/bodyScrollLock.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script defer src="https://eu.umami.is/script.js" data-website-id="3f4b7945-6bed-49fe-bc74-0ba9074802e2"></script>
<script type="module" src="/src/main.js"></script>
<title>Edge (XE) Explorer</title>
</head>
<body>
<noscript>
<strong>We're sorry but Explorer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>