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

11 lines
241 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title><%= name %> Dashboard</title>
</head>
<body>
<div id="app" style="overflow: hidden; height: 100%;"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>