Move tons of stuff into oldstuff/

This commit is contained in:
2020-06-04 09:54:59 -04:00
parent 49038bb8ef
commit aa1345b6ed
213 changed files with 0 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
<!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>