Files
popcorntime/apps/desktop/index.html
Pochoclin cb56278a9f feat: initial commit
fix: fmt

Signed-off-by: pochoclin <hey@popcorntime.app>
2025-09-15 17:08:48 -04:00

14 lines
351 B
HTML

<!doctype html>
<html lang="en" class="h-full antialiased">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popcorn Time</title>
</head>
<body class="flex min-h-full">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>