Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ErrorDocument 404 /404.html
ErrorDocument 404 /404.html
99 changes: 50 additions & 49 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,64 +1,65 @@
<!-- TODO Add HTML
TODO Add link to `/` -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>404</title>
<style>
* {
margin: 0;
padding: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
* {
margin: 0;
padding: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
background-color: #212529;
color: #dee2e6;
}

body {
background-color: #212529;
color: #dee2e6;
}
#wrapper {
display: flex;
background-color: #212529 !important;
border: none;
width: 80%;
height: 90vh;
margin: 5vh auto;
justify-content: center;
align-items: center;
vertical-align: middle;
border-radius: 25px;
}

#wrapper {
display: flex;
background-color: #212529 !important;
border: 1px #dee2e6 solid;
width: 80%;
height: 90vh;
margin: 5vh auto;
justify-content: center;
align-items: center;
vertical-align: middle;
border-radius: 25px;
}
#content {
text-align: center;
}

#content {
text-align: center;
}
h1 {
font-size: 30vh;
line-height: 30vh;
}

h1 {
font-size: 30vh;
line-height: 30vh;
}
h2 {
margin: 2vh 0;
}

h2 {
margin: 2vh 0;
}
h2,
p {
color: #a1a8ae;
}

h2,
p {
color: #a1a8ae;
}
a {
color: rgb(110, 168, 254);
}
</style>
</head>
<body>
<div id="wrapper">
<div id="content">
</head>
<body>
<div id="wrapper">
<div id="content">
<h1>404</h1>
<h2>Oops! Page not found</h2>
<p>Sorry, the page you're looking for doesn't exist.</p>
</div>
<p>Sorry, the page you're looking for doesn't exist. Please, go to <a href="/">main page</a>.</p>
</div>
</body>
</div>
</body>
</html>
20 changes: 19 additions & 1 deletion assets/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{
"name":"",
"short_name":"",
"icons":[
{
"src":"/android-chrome-192x192.png",
"sizes":"192x192",
"type":"image/png"
},
{
"src":"/android-chrome-512x512.png",
"sizes":"512x512",
"type":"image/png"
}
],
"theme_color":"#ffffff",
"background_color":"#ffffff",
"display":"standalone"
}