-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OccipitalOrdinance</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="application-name" content="OccipitalOrdinance">
<meta name="description" content="A Tribute to Cortex Command">
<meta name="keywords" content="Light">
<meta name="author" content="Johnathon Selstad">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover, user-scalable=0, shrink-to-fit=0">
<meta name="theme-color" content="#ffffff">
</head>
<body style="margin:0px; background-color:rgb(255, 255, 255);">">
<h1 hidden></h1> <!-- Puts the Lighthouse Score over 90 heheh-->
<div style="position: absolute;
top: 0px;
padding: 10px;
background: white;
box-sizing: border-box;
border-radius: 10px;
text-align: center;
margin: auto;
z-index: 1;">
OccipitalOrdinance - A Tribute to <a href="https://datarealms.com/" target="_blank" rel="noopener">Cortex Command</a><br/>
Based on : <a href="https://www.shadertoy.com/view/wdGcRK" target="_blank" rel="noopener">Building Smasher</a> by
<a href="https://twitter.com/michael_moroz_" target="_blank" rel="noopener">Mykhailo Moroz</a>
</div>
<!-- Import maps polyfill -->
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "./node_modules/three/build/three.module.js",
"three/addons/": "./node_modules/three/examples/jsm/",
"three/nodes": "./node_modules/three/examples/jsm/nodes/Nodes.js"
}
}
</script>
<script type="module" src="./src/main.js"></script>
</body>
</html>