mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fixed image path on error page
This commit is contained in:
parent
5c192a37d2
commit
2a521e7390
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<body>
|
||||
<h2>An internal error occurred</h2>
|
||||
<img src="vesta.jpg">
|
||||
<img src="/error/vesta.jpg">
|
||||
<div>
|
||||
Try start again from <a href="/">home page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue