-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 2.12 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
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Primary Meta Tags -->
<title>GIFT</title>
<meta name="title" content="GIFT">
<meta name="description" content="Lost For You">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lostforyou.com/">
<meta property="og:title" content="GIFT">
<meta property="og:description" content="Lost For You">
<meta property="og:image" content="https://lostforyou.com/assets/image/cover.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://lostforyou.com/">
<meta property="twitter:title" content="GIFT">
<meta property="twitter:description" content="Lost For You">
<meta property="twitter:image" content="https://lostforyou.com/assets/image/cover.jpg">
<!-- css -->
<link rel="stylesheet" href="css.css?v=1004" />
</head>
<body>
<div id="loading"><div class="rel">
<div id="loading_gif"></div>
<div id="loading_bar"></div>
</div></div>
<div id="gui"></div>
<div id="videotextures"></div>
<div id="three"></div>
<div id="playbar"><div class="rel"><div id="playdot"></div></div></div>
<div id="clicktostart" class="pulser">CLICK ANYWHERE TO START</div>
<div id="uihelp" class="pulser">DRAG TO ROTATE & SCROLL TO ZOOM</div>
<div id="unmute_reminder_ios" class="reminderPulse"><img src="./assets/image/leftarrow2.png" width="10" height="10"> UNMUTE APPLE</div>
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "./libs/threejs138/build/three.module.js"
}
}
</script>
<script src="js.js?v=1004" type="module"></script>
</body>
</html>