Files
playzer/apps/frontend/index.html
2026-05-04 14:33:58 -03:00

14 lines
439 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="iimage/x-icon" href="/src/assets/playzer-favicon-transparent.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PlayZer</title>
</head>
<body lass="bg-background text-foreground antialiased">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>