Files
2026-07-15 01:00:08 +02:00

13 lines
337 B
HTML

<!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>