actuallyyyyy relative links don't work
This commit is contained in:
parent
1fdfab8037
commit
9b1fb1dcb9
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head><title>403 You Shall Not Pass</title></head>
|
||||
<body>
|
||||
<center><h1>403 You Shall Not Pass</h1><br><img src=../you.gif alt="gandalf saying you looped infinitely" width="350"</center>
|
||||
<center><h1>403 You Shall Not Pass</h1><br><img src=/error/you.gif alt="gandalf saying you looped infinitely" width="350"</center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head><title>404 You Made A Typo In The URL, Didn't You?</title></head>
|
||||
<body>
|
||||
<center><h1>404 You Made A Typo In The URL, Didn't You?</h1><br><img src=../boykisser.png alt="boykisser" width="350"</center>
|
||||
<center><h1>404 You Made A Typo In The URL, Didn't You?</h1><br><img src=/error/boykisser.png alt="boykisser" width="350"</center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue