File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Adding to your site
1717To add Space Invaders to your site, just add this code.
1818
1919```` HTML
20- <link rel =" stylesheet" type =" text/css" href =" css/core.css" >
21- <link rel =" stylesheet" type =" text/css" href =" css/typeography.css" >
22- <link rel =" stylesheet" type =" text/css" href =" css/game.css" >
20+ <link rel =" stylesheet" type =" text/css" href =" https://clsb-programming.github.io/spaceinvaders/ css/core.css" >
21+ <link rel =" stylesheet" type =" text/css" href =" https://clsb-programming.github.io/spaceinvaders/ css/typeography.css" >
22+ <link rel =" stylesheet" type =" text/css" href =" https://clsb-programming.github.io/spaceinvaders/ css/game.css" >
2323<div id =" starfield" ></div >
2424<div id =" gamecontainer" >
2525<canvas id =" gameCanvas" ></canvas >
@@ -31,7 +31,7 @@ To add Space Invaders to your site, just add this code.
3131 <a href =" https://github.com/Prouser123/spaceinvaders" >GitHub Project</a > |
3232 v1.1</p >
3333</div >
34- <script src =" js/starfield.js" ></script >
35- <script src =" js/spaceinvaders.js" ></script >
36- <script src =" js/setup.js" ></script >
34+ <script src =" https://clsb-programming.github.io/spaceinvaders/ js/starfield.js" ></script >
35+ <script src =" https://clsb-programming.github.io/spaceinvaders/ js/spaceinvaders.js" ></script >
36+ <script src =" https://clsb-programming.github.io/spaceinvaders/ js/setup.js" ></script >
3737````
You can’t perform that action at this time.
0 commit comments