TanksJS/html/game.html

15 lines
386 B
HTML
Raw Normal View History

2020-04-20 20:11:45 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/game.css">
<script type="module" src="../src/index.js"></script>
<title>Game</title>
</head>
<body>
<div id="board">
<!-- Renderer will push content here -->
</div>
</body>
</html>