Files
P42_UI/index.html
T
2025-11-11 08:08:52 +00:00

38 lines
1.4 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://cdn.jsdelivr.net/npm/three@0.160.0/build/three.module.js",
"three/examples/jsm/loaders/FontLoader.js": "https://unpkg.com/three@0.158.0/examples/jsm/loaders/FontLoader.js",
"three/examples/jsm/geometries/TextGeometry.js": "https://unpkg.com/three@0.158.0/examples/jsm/geometries/TextGeometry.js",
"three/examples/jsm/loaders/RGBELoader.js": "https://unpkg.com/three@0.158.0/examples/jsm/loaders/RGBELoader.js"
}
}
</script>
<script type="module" src="/app/assets/sfx/intro.js"></script>
</head>
<body>
<canvas class="intro3d"></canvas>
<div class="progress"></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>