-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 2.45 KB
/
index.html
File metadata and controls
61 lines (56 loc) · 2.45 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
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Julee&family=Special+Elite&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<title>Escape To The Future | Bitritto</title>
<meta name="description" content="Il laboratorio del mago Pdor" />
<meta name="keywords" content="bitritto, escapeRoom, gioco, ragazzi" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://escapetothefuture.github.io/Bitritto" />
<meta property="og:title" content="Escape To The Future | Bitritto" />
<meta property="og:description" content="Il laboratorio del mago Pdor" />
<meta property="og:image" content="ogimage-bitritto.png" />
<meta property="og:url" content="https://escapetothefuture.github.io/Bitritto" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Escape To The Future" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Escape To The Future | Bitritto" />
<meta name="twitter:description" content="Il laboratorio del mago Pdor" />
<meta name="twitter:image" content="ogimage-bitritto.png" />
<!-- Favicon and Icons -->
<link rel="icon" href="favicon.png" type="image/x-icon" />
<link rel="icon" href="favicon.png" type="image/png" />
<meta
name="mobile-web-app-capable"
content="yes"
href="logos/logo-180x180.png"
/>
<link rel="icon" sizes="192x192" href="logos/logo-192x192.png" />
<link rel="icon" sizes="512x512" href="logos/logo-512x512.png" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>