You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
487 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>MDN Breakout</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<canvas id="myCanvas" width="480" height="320"></canvas>
<footer>
Built with &hearts; via <a
href="https://developer.mozilla.org/en-US/docs/Games/Workflows/Breakout_game_from_scratch">the
MDN breakout from scratch tutorial</a>.
</footer>
<script src="script.js"></script>
</body>
</html>