Files
gander/frontend/index.html

14 lines
444 B
HTML

<!doctype html>
<html lang="en" class="min-w-[850px]">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/images/favicon_goose.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gander</title>
</head>
<body>
<div id="root" class="h-screen min-w-[850px] bg-[var(--background)] overflow-x-hidden"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>