re-setup subproject kontor-vue

This commit is contained in:
2026-04-05 13:27:00 +02:00
parent ea39bbbe1d
commit bba417922c
78 changed files with 1831 additions and 9302 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
<!doctype html>
<html lang="">
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kontor</title>
<title>kontor-vue</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>