Files
2026-04-10 12:06:24 +02:00

19 lines
534 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Seen is a modern self-hosted control center for movies and TV shows."
/>
<meta name="theme-color" content="#0f1114" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Seen</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>