Files
games/pkg/client/index.html
2025-08-29 21:57:03 -04:00

10 lines
247 B
HTML

<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<script type="module" src="/src/app.tsx"></script>
</head>
<body />
</html>