Files
cloudron-box/dashboard/restore.html
2025-12-05 17:48:33 +01:00

11 lines
238 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Restore Cloudron</title>
</head>
<body>
<div id="app" style="overflow: hidden; height: 100%;"></div>
<script type="module" src="/src/restore.js"></script>
</body>
</html>