mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 10:34:49 +00:00
fix some 404 stuff i guess
This commit is contained in:
parent
4a8146bd27
commit
23eb9aa276
2 changed files with 10 additions and 4 deletions
8
404.html
8
404.html
|
@ -18,10 +18,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<br>
|
||||
<h1>ERR: 404</h1>
|
||||
<p>Try harder. It doesn't exist.</p>
|
||||
<br>
|
||||
<div id="four">
|
||||
<h1>ERROR: 404</h1>
|
||||
<p>Skill issue. The thing you're trying to find doesn't exist.</p>
|
||||
</div>
|
||||
<footer>
|
||||
<a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
|
||||
</footer>
|
||||
|
|
|
@ -116,6 +116,12 @@ footer {
|
|||
gap: 2em;
|
||||
}
|
||||
|
||||
.four {
|
||||
display: inline-block;
|
||||
vertical-align: middle !important;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.socials a {
|
||||
padding: 0.25rem 0.5rem;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue