Files
unraid-monitor/frontend/index.html
T
Pit Friedrich 84c9e3f855 Initial commit
2025-11-15 14:58:44 +01:00

16 lines
572 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="description" content="Monitor and manage your Unraid server" />
<meta name="theme-color" content="#ff8c2f" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<title>Unraid Monitor</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>