Make static error pages load images from /assets

This commit is contained in:
Steven Hancock 2012-03-24 01:55:36 -07:00 committed by Maxwell Salzberg
parent 95b1603a36
commit 208fdee0cd
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<!-- This file lives in public/404.html -->
<h1> 404: Not Found </h1>
<a href="javascript:history.go(-1)">
<img src="/images/404.png"/>
<img src="/assets/404.png"/>
</a>
<h1>
<a href="/"> Go Back </a>

View file

@ -34,7 +34,7 @@
<body>
<!-- This file lives in public/500.html -->
<header>
<img id="diaspora_logo" src="/images/logo_large.png"/>
<img id="diaspora_logo" src="/assets/logo_large.png"/>
</header>
<h1>