-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 2.04 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 2.04 KB
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
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/ico" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#1f1f1f" />
<!-- Primary Meta Tags -->
<title>guess the element</title>
<meta name="title" content="guess the element" />
<meta
name="description"
content="a chemistry game, guess the element by its symbol"
/>
<meta
name="keywords"
content="chemistry, game, element, symbol, guess the element, gte, sebastiano girotto, sebastianogirotto, chemistry game, science game, science, quiz game, symbol game, symbol chemistry game, symbol science game, indovina l'elemento, elementi, chimica, scienza, chimica elementi, gioco chimica, gioco elementi chimica"
/>
<meta name="robots" content="index, follow" />
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gte.sebastianogirotto.me/" />
<meta property="og:title" content="guess the element" />
<meta
property="og:description"
content="a chemistry game, guess the element by its symbol"
/>
<meta property="og:image" content="/banner.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://gte.sebastianogirotto.me/"
/>
<meta property="twitter:title" content="guess the element" />
<meta
property="twitter:description"
content="a chemistry game, guess the element by its symbol"
/>
<meta property="twitter:image" content="/banner.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>