-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=720px,target-densitydpi=device-dpi">
<meta name="description" content="Chromatic Clans is a card game that can be played in your browser.">
<meta property="og:title" content="Chromatic Clans">
<meta property="og:type" content="website">
<meta property="og:description" content="Chromatic Clans is a card game that can be played in your browser.">
<meta property="og:url" content="https://kurehajime.github.io/chromatic_clans/">
<meta property="og:image" content="https://kurehajime.github.io/chromatic_clans/ogp.png">
<meta property="og:site_name" content="Chromatic Clans">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@kurehajime" />
<meta name="twitter:creator" content="@kurehajime" />
<title>Chromatic Clans</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>