-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (26 loc) · 1.03 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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Roll dice and play with fire in a virtual tabletop that lets you play Ten Candles with your friends online."
/>
<meta name="theme-color" content="#231d1b" />
<meta property="og:title" content="Ten Candles | Virtual Tabletop" />
<meta
property="og:description"
content="Roll dice and play with fire in a virtual tabletop that lets you play Ten Candles with your friends online."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://i.postimg.cc/d3rJNxMB/d0HVmI.png" />
<meta property="og:url" content="https://tencandles-vtt.vercel.app/" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ten Candles | Virtual Tabletop</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>