-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (50 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
52 lines (50 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<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=Playfair+Display:wght@500;900&family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Into the lighthouse · An Immersive Film by Arturo Paracuellos</title>
<!-- Facebook Metas -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Into the lighthouse" />
<meta
property="og:image"
content="https://unboring.net/into-the-lighthouse/assets/imgs/share.jpg"
/>
<meta property="og:site_name" content="unboring.net" />
<meta
property="og:description"
content="An Immersive Film by Arturo Paracuellos, a Spain based Creative Technologist."
/>
<meta property="og:url" content="https://unboring.net/" />
<!-- Twitter Card data -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@arturitu" />
<meta property="twitter:title" content="Into the lighthouse" />
<meta
property="twitter:description"
content="An Immersive Film by Arturo Paracuellos, a Spain based Creative Technologist."
/>
<meta
property="twitter:image:src"
content="https://unboring.net/into-the-lighthouse/assets/imgs/share.jpg"
/>
<meta name="theme-color" content="#161B26" />
<meta name="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>