-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
22 lines (22 loc) · 887 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="en" class="bg-offWhite">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Snowdog buyback calculator" />
<meta property="og:site_name" content="snowdog.watch" />
<meta property="og:url" content="https://snowdog.watch" />
<meta
property="og:description"
content="Check the potential impact of the Snowdog day 8 buyback using realtime numbers from the contracts"
/>
<meta property="og:type" content="website" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Snowdog.watch</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>