Files
cloudron-box/dashboard/index.html
2026-03-05 12:09:23 +01:00

11 lines
231 B
HTML

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