File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed
Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 " />
5-
65 < title > 404 - Page Not Found</ title >
7-
8- <!-- Custom styles for this template -->
96 < link href ="/style.css " rel ="stylesheet " />
10-
11- < style >
12- h1 {
13- display : flex;
14- justify-content : center;
15- align-items : center;
16- font-size : 3rem ;
17- }
18- </ style >
19-
20- < script >
21- if ( location . pathname . match ( / \/ \d { 4 } \/ \d { 2 } \/ \d { 2 } \/ / ) ) {
22- location . pathname = location . pathname . replace (
23- / \/ ( \d { 4 } ) \/ ( \d { 2 } ) \/ ( \d { 2 } ) \/ / ,
24- "/$1-$2-$3-"
25- ) ;
26- }
27- </ script >
287 </ head >
29-
308 < body >
31- < h1 > 404 - Page Not Found</ h1 >
9+ < center >
10+ < h1 > 404 - Page Not Found</ h1 >
11+ < p > the page you are looking for not avaible!</ p >
12+ < p > < a href ="/ "> Go Home</ a > </ p >
13+ < center >
3214 </ body >
3315</ html >
You can’t perform that action at this time.
0 commit comments