Files
cloudron-box/dashboard/restore.html
2025-07-11 15:29:46 +02:00

11 lines
238 B
HTML

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