Initial app

This commit is contained in:
Martin Wittwer 2026-06-20 16:36:20 +02:00
parent e9852f9179
commit 6bc3f0cf45
11 changed files with 1755 additions and 1 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kanidm Password Reset</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>