Fix 404 error page description [SCI-9082] (#6069)

This commit is contained in:
ajugo 2023-08-24 15:16:18 +02:00 committed by GitHub
parent 2a228d3350
commit d73e844012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,8 +74,12 @@
</div>
<div class="dialog">
<img src="/images/genericError.svg" class="illustration">
<h1>Ooops, something went wrong.</h1>
<p>Please contact your SciNote administrator.</p>
<h1>This page could not be found (404).</h1>
<p>You may have mistyped the address or the page may have moved.</p>
<p>
If you are the application owner check the logs for more information.
You can go back to <a href="/">home page</a> or try <a href="/search/new">searching.</a>
</p>
</div>
</body>
</html>