This commit is contained in:
metacryst
2025-09-06 20:26:07 -05:00
parent 7194b48b14
commit eff0c160a5
47 changed files with 2470 additions and 254 deletions

23
ui/apply/index.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hyperia | Application</title>
<link rel="stylesheet" href="_/code/shared.css">
<link rel="icon" href="_/icons/logo.svg">
<script src="_/code/util.js"></script>
<link rel="stylesheet" href="index.css">
<script type="module">
import NavBar from "./components/NavBar.js"
import Questionnaire from "./components/Questionnaire.js"
</script>
</head>
<body>
<nav-bar></nav-bar>
<questionnaire-></questionnaire->
<div style="position: fixed; bottom: 2vh; left: 1vw">
</div>
</body>
</html>