-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 829 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 829 Bytes
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
<!DOCTYPE html>
<!-- <p style="background-image: url('background.jpg');"> -->
<html>
<head lang="en">
<meta charset="utf-8">
<title>Space Crystal</title>
<style>
body { margin: 0; }
</style>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.150.1/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.150.1/examples/jsm/",
"three/examples/": "https://unpkg.com/three@0.150.1/examples/"
}
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tween.js/20.0.0/tween.umd.js"></script>
<img id="fail" src="./textures/mission_failed.jpg" alt="Failed" hidden width="100%" height="100%">
</head>
<body>
<script type="module" src="./main.js"></script>
</body>
</html>