First bits of pure lustre-javascript for user login session
This commit is contained in:
parent
a1e4eb1dff
commit
e6851255dc
41 changed files with 8413 additions and 733 deletions
31
server/priv/static/root.html
Normal file
31
server/priv/static/root.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<title>QUIZTERMINAL v1.0</title>
|
||||
<script src="/lustre/runtime.mjs" type="module"></script>
|
||||
<script src="/client.js" type="module"></script>
|
||||
<script id="model" type="application/json">
|
||||
[
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
</script>
|
||||
<link href="/static/layout.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="terminal-screen">
|
||||
<div class="terminal-glow">
|
||||
<div class="scanlines"></div>
|
||||
<div class="terminal-header"><pre class="terminal-title">
|
||||
╔═══════════════════════════════════════╗
|
||||
║ Q U I Z T E R M I N A L ║
|
||||
╚═══════════════════════════════════════╝
|
||||
</pre>
|
||||
</div>
|
||||
<div id="app"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue