Files

41 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="/core/Sparc-core-1.0.js"></script>
<title>Project 42</title>
<link rel="stylesheet" type="text/css" href="/app/assets/styles/intro.css" media="all">
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.160.0/build/three.module.js",
"three/examples/jsm/loaders/FontLoader.js": "https://unpkg.com/three@0.160.0/examples/jsm/loaders/FontLoader.js",
"three/examples/jsm/loaders/GLTFLoader.js": "https://unpkg.com/three@0.160.0/examples/jsm/loaders/GLTFLoader.js",
"three/examples/jsm/loaders/RGBELoader.js": "https://unpkg.com/three@0.160.0/examples/jsm/loaders/RGBELoader.js",
"three/examples/jsm/geometries/TextGeometry.js": "https://unpkg.com/three@0.160.0/examples/jsm/geometries/TextGeometry.js",
"three/examples/jsm/controls/OrbitControls.js": "https://unpkg.com/three@0.160.0/examples/jsm/controls/OrbitControls.js",
"three/examples/jsm/libs/tween.module.js": "https://unpkg.com/three@0.160.0/examples/jsm/libs/tween.module.js"
}
}
</script>
<script type="module" src="/app/assets/sfx/intro.js"></script>
</head>
<body>
<canvas class="intro3d"></canvas>
<div class="icon-atom loading"></div>
<button id="startbtn">START</button>
<div id="login-dialog">
<div class="cols2">
<label>Username:</label>
<input type="text" name="username"/>
</div>
<div class="cols2">
<label>Password:</label>
<input type="password" name="password"/>
</div>
<div class="loginerr"></div>
<button>GO</button>
</div>
</body>
</html>