step for pin code login

This commit is contained in:
Lett Osprey 2026-03-29 23:25:06 +02:00
parent e6851255dc
commit 0024687621
4 changed files with 118 additions and 46 deletions

View file

@ -7,9 +7,26 @@
<script src="/client.js" type="module"></script>
<script id="model" type="application/json">
[
"a",
"b",
"c"
{
"id": "abt",
"name": "Billettering",
"key": "T5X6"
},
{
"id": "slg",
"name": "Salg",
"key": "6B4T"
},
{
"id": "prs",
"name": "Personalisering",
"key": "P2Q5"
},
{
"id": "srp",
"name": "Support",
"key": "P2Q5"
}
]
</script>
<link href="/static/layout.css" rel="stylesheet" type="text/css">