-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.55 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
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo/logo.png" />
<link rel="apple-touch-icon" href="/logo/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="A simple yahtzee game" />
<meta name="keywords" content="yahtzee, dice, game, yams, yahtzy, yatzy, yatzee, yam's, leyams, leyam's"/>
<meta property="og:title" content="samy's yahtzee" />
<meta property="og:description" content="A simple yahtzee game" />
<meta property="og:image" content="https://yhtz.fr/logo/yams_preview.png"/>
<meta property="og:url" content="https://yhtz.fr"/>
<meta property="og:type" content="website"/>
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:title" content="samy's yahtzee"/>
<meta property="twitter:description" content="A simple yahtzee game"/>
<meta property="twitter:image" content="https://yhtz.fr/logo/yams_preview.png"/>
<meta property="twitter:site" content="@samyeuh"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "samy's yahtzee",
"description": "A simple yahtzee game",
"url": "https://yhtz.fr",
"image": "https://yhtz.fr/logo.png"
}
</script>
<title>samy's yahtzee</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>