mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:16:00 +01:00
fix image in 502 page
This commit is contained in:
parent
1c4de24d4c
commit
e723fe3d68
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
<div class="dialog">
|
||||
<div>
|
||||
<h1>This page takes way too long to load!</h1>
|
||||
<img src="images/errors/original/angry_unicorn.png" alt="Unicorn">
|
||||
<img src="/images/errors/original/angry_unicorn.png" alt="Unicorn">
|
||||
</div>
|
||||
<p>Sorry about that. Please try refreshing and contact us if the problem persists.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue