File tree Expand file tree Collapse file tree 6 files changed +5
-7
lines changed
Expand file tree Collapse file tree 6 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>Dinosaur Game</h1>
1212 < canvas id ="board "> </ canvas >
1313 < div id ="list ">
1414 < h3 > < a href =dinogame.html > Play again</ a > < h3 >
15- < h3 > < a href =index.html > Home</ a > </ h3 >
15+ < h3 > < a href =/main/ index.html> Home</ a > </ h3 >
1616 </ div >
1717 </ body >
1818</ html >
Original file line number Diff line number Diff line change 1111 < h1 > Space Invaders</ h1 >
1212 < canvas id ="board "> </ canvas >
1313 < div id ="list ">
14- < h3 > < a href =index.html > Home</ a > </ h3 >
14+ < h3 > < a href =/main/ index.html> Home</ a > </ h3 >
1515 </ div >
1616 </ body >
1717</ html >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h2 id="statusText"></h2>
2525 < button id ="restartBtn "> Restart</ button >
2626 </ div >
2727 < div id ="list ">
28- < h3 > < a href =index.html > Home</ h3 >
28+ < h3 > < a href =/main/ index.html> Home</ h3 >
2929 </ div >
3030 < script src ="tictactoe.js "> </ script >
3131</ body >
Original file line number Diff line number Diff line change 88 < link rel ="stylesheet " href ="styles.css "
99</ head >
1010< body >
11- < h1 > Home</ h1 >
1211 < div class ="links ">
1312 < a href ="DinoGame/dinogame.html "> < div class ="box " id ="dinoBox "> </ div > </ a >
1413 < a href ="SpaceInvaders/spaceinvaders.html "> < div class ="box " id ="spaceBox "> </ div > </ a >
Original file line number Diff line number Diff line change 1111 < h1 > Platformer Thingy</ h1 >
1212 < canvas id ="board "> </ canvas >
1313 < div id ="list ">
14- < h3 > < a href =index.html > Home</ a > </ h3 >
14+ < h3 > < a href =/main/ index.html> Home</ a > </ h3 >
1515 </ div >
1616 </ body >
1717</ html >
Original file line number Diff line number Diff line change 22.links {
33 display : grid;
44 grid-template-columns : repeat (4 , auto);
5- width : 750px ;
65 margin : auto;
76 grid-column-gap : 50px ;
87 grid-row-gap : 50px ;
3736# zombieBox {
3837 background-image : url (homeImgs/zombie.png);
3938 background-size : contain;
40- }
39+ }
You can’t perform that action at this time.
0 commit comments