Initial pve cloud backup app

This commit is contained in:
Codex
2026-07-15 01:00:08 +02:00
commit 7a4c561f8e
37 changed files with 5495 additions and 0 deletions
+12
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>PVE Cloud Backup</title>
</head>
<body class="bg-slate-950 text-slate-100">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>