Make static error pages load images from /assets
This commit is contained in:
parent
95b1603a36
commit
208fdee0cd
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
<!-- This file lives in public/404.html -->
|
<!-- This file lives in public/404.html -->
|
||||||
<h1> 404: Not Found </h1>
|
<h1> 404: Not Found </h1>
|
||||||
<a href="javascript:history.go(-1)">
|
<a href="javascript:history.go(-1)">
|
||||||
<img src="/images/404.png"/>
|
<img src="/assets/404.png"/>
|
||||||
</a>
|
</a>
|
||||||
<h1>
|
<h1>
|
||||||
<a href="/"> Go Back </a>
|
<a href="/"> Go Back </a>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
<body>
|
<body>
|
||||||
<!-- This file lives in public/500.html -->
|
<!-- This file lives in public/500.html -->
|
||||||
<header>
|
<header>
|
||||||
<img id="diaspora_logo" src="/images/logo_large.png"/>
|
<img id="diaspora_logo" src="/assets/logo_large.png"/>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue