mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-24 09:20:42 +01:00
404: use full address to [tyyli.css].
It seems that css gets 404 error too if 404 error is triggered outside the folder where tyyli.css is. [tyyli.css]:https://raw.github.com/Mkaysi/mkaysi.github.com/master/tyyli.css
This commit is contained in:
parent
5e265bf777
commit
b62570a06b
2
404.html
2
404.html
@ -5,7 +5,7 @@
|
|||||||
<title>
|
<title>
|
||||||
404: Page not found
|
404: Page not found
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" type="text/css" href="tyyli.css" />
|
<link rel="stylesheet" type="text/css" href="https://raw.github.com/Mkaysi/mkaysi.github.com/master/tyyli.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="canonical" href="http://mkaysi.github.com/404.html">
|
<link rel="canonical" href="http://mkaysi.github.com/404.html">
|
||||||
<title>404: Page not found</title>
|
<title>404: Page not found</title>
|
||||||
<link rel="stylesheet" type="text/css" href="tyyli.css" />
|
<link rel="stylesheet" type="text/css" href="https://raw.github.com/Mkaysi/mkaysi.github.com/master/tyyli.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user