Files
cloudron-box/dashboard/restore.html

11 lines
238 B
HTML
Raw Normal View History

2018-01-22 13:01:38 -08:00
<!DOCTYPE html>
2025-05-06 11:45:49 +02:00
<html lang="en">
<head>
2025-12-05 16:52:46 +01:00
<title>Restore Cloudron</title>
2025-05-06 11:45:49 +02:00
</head>
<body>
<div id="app" style="overflow: hidden; height: 100%;"></div>
<script type="module" src="/src/restore.js"></script>
</body>
2018-01-22 13:01:38 -08:00
</html>