-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>LocusLucis</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="application-name" content="LocusLucis">
<meta name="description" content="Library of Light">
<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-->
<!-- Import maps polyfill -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/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>
<div id="emptyspace" style="position: absolute;width:3000px;height:2000px">
<img style="position: absolute; right: 1500px; top: 750px;" src="https://cdn.midjourney.com/0afa6e6e-aeff-4a82-a79b-3ef63b4f4323/0_3_128_N.webp"></img>
</div>
</body>
</html>