Files
cloudron-box/dashboard/setup.html

11 lines
241 B
HTML
Raw Normal View History

2018-01-22 13:01:38 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cloudron 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>