-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image" content="https://tonk-gg.github.io/dappicom-site/images/twitter_preview.png" />
<meta property="og:title" content="DAPPICOM" />
<meta property="og:description" content="The provable NES emulator built in Noir" />
<meta property="og:url" content="https://tonk-gg.github.io/dappicom-site/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://tonk-gg.github.io/dappicom-site/images/twitter_preview.png" />
<meta name="twitter:title" content="DAPPICOM" />
<meta name="twitter:description" content="The provable NES emulator built in Noir" />
<meta name="twitter:image:alt" content="A retro style product box with dappicom console, and the game bomb bomb baby, in embossed neon plastic feel — enhanced with zero knowledge!" />
<link rel="icon" href="favicon.ico" sizes="any">
<title>DAPPICOM</title>
<link rel="preload" href="fonts/rubik/RubikMonoOne-Regular.ttf" as="font" type="font/ttf" crossorigin>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>