-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (59 loc) · 2.17 KB
/
index.html
File metadata and controls
63 lines (59 loc) · 2.17 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
62
63
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Basic Page Metadata -->
<title>Deeply Missing</title>
<meta
name="description"
content="A haunting journey of a woman searching for her daughter in the depths, where identity and connection blur. Will they truly find each other?"
/>
<!-- Open Graph (Facebook, LinkedIn, etc.) -->
<meta property="og:title" content="Deeply Missing" />
<meta
property="og:description"
content="A haunting journey of a woman searching for her daughter in the depths, where identity and connection blur. Will they truly find each other?"
/>
<meta
property="og:image"
content="https://jacklehamster.github.io/deeply-missing/1280x640.png"
/>
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
<meta
property="og:url"
content="https://jacklehamster.github.io/deeply-missing/"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Deeply Missing" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Deeply Missing" />
<meta
name="twitter:description"
content="A haunting journey of a woman searching for her daughter in the depths, where identity and connection blur. Will they truly find each other?"
/>
<meta
name="twitter:image"
content="https://jacklehamster.github.io/deeply-missing/1280x640.png"
/>
<meta name="twitter:creator" content="@jacklehamster" />
<meta
name="keywords"
content="Deeply Missing, indie game, mystery, narrative game, mother daughter story, ambiguous ending"
/>
<meta name="author" content="Jack Le Hamster" />
<meta name="robots" content="index, follow" />
<style>
body {
overflow: hidden;
}
@font-face {
font-family: "TheFont";
src: url("vortigra.otf") format("opentype");
}
</style>
<script type="module" src="script.js" defer></script>
</head>
<body></body>
</html>