Link error page images absolutely, fixes image not found on eg. /page/not/found

This commit is contained in:
Rohan Mitchell
2014-08-07 16:02:30 +10:00
parent e28e86a82c
commit 4f0d55a859
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<a href="/" ><img src="404.jpg" /></a>
<a href="/" ><img src="/404.jpg" /></a>
<p>It seems the page you're looking for is in a grump.
<br><h3><a class="go_home" href="/" >Return home</a></h3>
</p>

View File

@@ -28,7 +28,7 @@
<body>
<!-- This file lives in public/422.html -->
<div class="dialog">
<a href="/" ><img src="422.jpg" /></a>
<a href="/" ><img src="/422.jpg" /></a>
<p>The change you wanted was rejected. Maybe you tried to change something you don't have access to.
<br><h3><a class="go_home" href="/" >Return home</a></h3>
</p>

View File

@@ -28,7 +28,7 @@
<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
<a href="/" ><img src="500.jpg" /></a>
<a href="/" ><img src="/500.jpg" /></a>
<p>We're sorry, but something went wrong.
<br>Try refreshing the page, or
<br><h3><a class="go_home" href="/" >Return home</a></h3>