File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
8
8
< meta http-equiv ="refresh " content ="3; URL='.' "/>
9
9
< link rel ="icon " href ="qr.png "/>
10
+ < link rel ="stylesheet " href ="style.css "/>
10
11
< title > 404 - Page Not Found</ title >
11
12
</ head >
12
13
< body >
13
- < h1 style =" text-align:center " > 404</ h1 >
14
- < h2 style =" text-align:center " > Page Not Found</ h2 >
14
+ < h1 > 404</ h1 >
15
+ < h2 > Page Not Found</ h2 >
15
16
</ body >
16
17
</ html >
Original file line number Diff line number Diff line change 10
10
< meta property ="og:url " content ="https://donno2048.github.io/snake/ " />
11
11
< meta property ="og:image " content ="https://donno2048.github.io/snake/qr.png " />
12
12
< link rel ="icon " href ="qr.png " />
13
+ < link rel ="stylesheet " href ="style.css " />
13
14
< title > Snake</ title >
14
15
< script src ="js-dos.js "> </ script >
15
16
</ head >
16
- < body style =" display:flex;justify-content:center " >
17
+ < body >
17
18
< canvas id ="jsdos "> </ canvas >
18
19
< noscript >
19
- < p style =" text-wrap:balance;text-align:center " > Please enable JavaScript and refresh to play the game.</ p >
20
+ < p > Please enable JavaScript and refresh to play the game.</ p >
20
21
</ noscript >
21
22
< script src ="main.js "> </ script >
22
23
</ body >
Original file line number Diff line number Diff line change
1
+ body {
2
+ display : flex;
3
+ justify-content : center;
4
+ }
5
+
6
+ * {
7
+ text-wrap : balance;
8
+ text-align : center;
9
+ }
10
+
You can’t perform that action at this time.
0 commit comments