mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +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>
|
||||
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>
|
||||
<body>
|
||||
<hr/>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/404.html">
|
||||
<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>
|
||||
<body>
|
||||
<hr/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user