mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 11:49:08 +01:00
Merge pull request #1027 from Retrospring/fix-error-page
fix image in 502 page
This commit is contained in:
commit
2008fe28fa
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
<div class="dialog">
|
<div class="dialog">
|
||||||
<div>
|
<div>
|
||||||
<h1>This page takes way too long to load!</h1>
|
<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>
|
</div>
|
||||||
<p>Sorry about that. Please try refreshing and contact us if the problem persists.</p>
|
<p>Sorry about that. Please try refreshing and contact us if the problem persists.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue