add 404 page

This commit is contained in:
kurets 2023-06-04 18:48:31 +03:00
parent c204fd16ce
commit 5612ad5970
Signed by: kurets
GPG key ID: EEB449C295BF5174
4 changed files with 70 additions and 0 deletions

35
public/404.html Normal file
View file

@ -0,0 +1,35 @@
<style>
body,
html {
height: 1vh;
}
h1 {
text-align: center;
font-size: 18em;
max-width: 100%;
}
html {
background-image: url("/img/FxyVUnrakAAflqW.jpg");
background-repeat: repeat;
background-position: center center;
overflow-x: hidden;
overflow-y: hidden;
}
a {
text-decoration: none;
}
.rainbow-text {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
color: transparent;
}
</style>
<div>
<h1 id="title"><a href="/" class="rainbow-text">404</a></h1>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,35 @@
<style>
body,
html {
height: 1vh;
/* width: auto; */
}
h1 {
text-align: center;
font-size: 18em;
max-width: 100%;
}
html {
background-image: url("/img/FxyVUnrakAAflqW.jpg");
background-repeat: repeat;
background-position: center center;
overflow-x: hidden;
overflow-y: hidden;
}
a {
text-decoration: none;
}
.rainbow-text {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
color: transparent;
}
</style>
<div>
<h1 id="title"><a href="{{ "" | relURL }}" class="rainbow-text">404</a></h1>
</div>