rune
Version:
CLI to upload your games to Rune
17 lines (16 loc) • 404 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"
/>
<title>Tic Tac Toe</title>
</head>
<body>
<main id="app"></main>
<script type="module" src="/src/logic.ts"></script>
<script type="module" src="/src/client.ts"></script>
</body>
</html>