11 lines
238 B
HTML
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>
|