2026-03-29 13:53:16 +02:00
|
|
|
<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">
|
|
|
|
|
[
|
2026-03-30 23:49:20 +02:00
|
|
|
{
|
|
|
|
|
"id": "abt",
|
|
|
|
|
"name": "Billettering",
|
|
|
|
|
"key": "T5X6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "slg",
|
|
|
|
|
"name": "Salg",
|
|
|
|
|
"key": "6B4T"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "prs",
|
|
|
|
|
"name": "Personalisering",
|
|
|
|
|
"key": "P2Q5"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "srp",
|
|
|
|
|
"name": "Support",
|
|
|
|
|
"key": "P2Q5"
|
|
|
|
|
}
|
2026-03-29 13:53:16 +02:00
|
|
|
]
|
|
|
|
|
</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>
|