WBE_Praktikum_8/game-dom/index.html

12 lines
225 B
HTML
Raw Normal View History

2022-11-17 09:58:26 +01:00
<!doctype html>
<script src="code/chapter/16_game.js"></script>
<script src="code/levels.js"></script>
<link rel="stylesheet" href="css/game.css">
<body>
<script>
runGame(GAME_LEVELS, DOMDisplay);
</script>
</body>