WUT_Computer_Science/frontend/index.html
2024-05-28 21:45:04 +02:00

14 lines
424 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Movie Recommendation</title>
</head>
<body>
<div id="root" class="flex min-h-dvh flex-col bg-gray-800 text-white"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>