2017-01-01 03:51:22 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>MDN Breakout</title>
|
2017-01-04 02:47:55 +00:00
|
|
|
<link rel="stylesheet" href="style.css" />
|
2017-01-01 03:51:22 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<canvas id="myCanvas" width="480" height="320"></canvas>
|
2017-01-04 02:47:55 +00:00
|
|
|
<footer>
|
|
|
|
Built with ♥ 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>
|
2017-01-01 03:51:22 +00:00
|
|
|
</body>
|
|
|
|
</html>
|