Files
cloudron-box/dashboard/activation.html

11 lines
245 B
HTML
Raw Normal View History

2018-01-22 13:01:38 -08:00
<!DOCTYPE html>
2025-03-31 22:28:17 +02:00
<html lang="en">
<head>
<title>Cloudron Admin Setup</title>
2025-03-31 22:28:17 +02:00
</head>
<body>
<div id="app" style="overflow: hidden; height: 100%;"></div>
<script type="module" src="/src/activation.js"></script>
</body>
2018-01-22 13:01:38 -08:00
</html>