Files
cloudron-box/dashboard/setup.html

11 lines
232 B
HTML
Raw Normal View History

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