mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
feat: add link on error page
This commit is contained in:
parent
9ae5f37aea
commit
a37b8e1bae
@ -1,9 +1,14 @@
|
||||
.error-image {
|
||||
.error-image-link {
|
||||
max-width: 50%;
|
||||
max-height: 50%;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.error-image:hover {
|
||||
.error-image-link:hover {
|
||||
max-width: 60%;
|
||||
max-height: 60%;
|
||||
}
|
||||
|
||||
.error-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
@ -13,11 +13,13 @@
|
||||
<div class="h-100 d-flex justify-content-center align-items-center flex-column">
|
||||
<h1>404</h1>
|
||||
<h1>PAGE NOT FOUND</h1>
|
||||
<img
|
||||
class="error-image"
|
||||
src="/static/images/errors/404.png"
|
||||
alt="All broken"
|
||||
>
|
||||
<a href="/" class="error-image-link">
|
||||
<img
|
||||
class="error-image"
|
||||
src="/static/images/errors/404.png"
|
||||
alt="Not found"
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user