begin
This commit is contained in:
23
ui/apply/index.html
Normal file
23
ui/apply/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user