character-select/index.html
2023-02-03 17:58:41 +01:00

12 lines
394 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="me" href="https://meow.social/@SebinNyshkim">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Character Select</title>
<script type="module" src="/src/main.ts"></script>
</head>
<body></body>
</html>