caa-game/index.html

14 lines
332 B
HTML
Raw Normal View History

2020-02-29 14:05:19 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="src/index.js"></script>
<title>Game</title>
</head>
<body>
<div id="board">
<!-- Renderer will push content here -->
</div>
</body>
</html>