Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
chore: add boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jrapala committed Nov 4, 2024
1 parent dd8fc0d commit b8fa388
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Empty file added frogger.js
Empty file.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NY Frogger</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<canvas id="canvas1"></canvas>
<canvas id="canvas2"></canvas>
<canvas id="canvas3"></canvas>
<canvas id="canvas4"></canvas>
<canvas id="canvas5"></canvas>
</div>

<script src="setup.js"></script>
<script src="frogger.js"></script>
</body>
</html>
Empty file added setup.js
Empty file.
Empty file added style.css
Empty file.

0 comments on commit b8fa388

Please sign in to comment.