Files
cloudron-box/dashboard/setupaccount.html
2025-07-11 16:56:20 +02:00

20 lines
364 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title><%= name %> Account Setup</title>
<script>
window.cloudron = {};
window.cloudron.name = '<%= name %>';
window.cloudron.footer = `<%- footer -%>`;
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/setupaccount.js"></script>
</body>
</html>