Add new vue-based frontend

This commit is contained in:
2025-07-05 16:00:29 +02:00
parent c7ecc3f365
commit 3ef659be61
73 changed files with 14431 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sshecret Admin</title>
</head>
<body>
<div
id="app"
class="bg-gray-50 text-gray-900 dark:bg-gray-900 min-h-screen flex flex-col dark:bg-gray-900"
></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>