website/index.html
2026-04-22 10:14:28 +02:00

17 lines
423 B
HTML

<!doctype html>
<html lang="en" data-theme="admtheme">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/png"
href="/src/assets/ADMstaff_logo-favicon.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ADMStaff</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>