breakout/index.html
2021-11-13 00:34:29 +01:00

23 lines
438 B
HTML

<html>
<head>
<style>
body {
margin: 0;
padding: 0;
}
</style>
<script src="Key.js"></script>
<script src="Intro.js"></script>
<script src="GameOver.js"></script>
<script src="Score.js"></script>
<script src="Lives.js"></script>
<script src="Bar.js"></script>
<script src="Ball.js"></script>
<script src="index.js"></script>
</head>
<body>
</body>
</html>