2018-01-22 13:01:38 -08:00
|
|
|
<!DOCTYPE html>
|
2025-03-16 11:12:49 +01:00
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
2025-07-11 16:56:20 +02:00
|
|
|
<title><%= name %> Dashboard</title>
|
2025-03-16 11:12:49 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app" style="overflow: hidden; height: 100%;"></div>
|
|
|
|
|
<script type="module" src="/src/index.js"></script>
|
|
|
|
|
</body>
|
2018-01-22 13:01:38 -08:00
|
|
|
</html>
|