-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (28 loc) · 1.35 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
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/flippyflop.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#F38332">
<link rel="manifest" href="/manifest.json" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Flippyflop" />
<meta name="twitter:description"
content="Join the battle in Flippyflop - a multiplayer tile-flipping game where teams compete against the pesky bots!" />
<meta name="twitter:image" content="https://flippyflop.gg/Open_Graph.png" />
<meta name="twitter:site" content="@flippyflop_gg" />
<meta property="og:title" content="Flippyflop" />
<meta property="og:description"
content="Join the battle in Flippyflop - a multiplayer tile-flipping game where teams compete against the pesky bots!" />
<meta property="og:image" content="https://flippyflop.gg/Open_Graph.png" />
<meta property="og:url" content="https://flippyflop.gg" />
<meta property="og:type" content="website" />
<title>Flippyflop</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>