Skip to content

Commit

Permalink
Dino V1
Browse files Browse the repository at this point in the history
  • Loading branch information
iLikeGrape committed Nov 18, 2024
1 parent 6755ca3 commit edf191a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion dinogame.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
</head>
<body>
<h1 id="title">Testing Testing 123</h1>
<canvas id="board"></canvas>
<canvas id="board"></canvas>'
<div id="list">
<ul>
<li><a href=dinogame.html>Dino Game</a></li>
<li><a href=index.html>Tic Tac Toe</a></li>
</ul>
</div>'
</body>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 id="statusText"></h2>
</div>
<div id="list">
<ul>
<li><a href=spaceinvaders.html>Space Invaders</a></li>
<li><a href=dinogame.html>Dino Game</a></li>
<li><a href=index.html>Tic Tac Toe</a></li>
</ul>
</div>
Expand Down

0 comments on commit edf191a

Please sign in to comment.