-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
27 lines (26 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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">
<meta name="description" content="Div3 - Interact with the Casper Blockchain.">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg">
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#00126b">
<meta name="theme-color" content="#00126b">
<title>Div3</title>
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Eczar:100,300,400,500,700,900&display=swap" as="style">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Eczar:100,300,400,500,700,900&display=swap">
<script defer data-domain="%VITE_BASE_URL%" src="https://analytics.casperholders.com/js/plausible.js"></script>
<script type="module" src="/src/main.js"></script>
</head>
<body>
<noscript>
<strong>We're sorry but Div3 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>