fix some 404 stuff i guess

This commit is contained in:
Gen 2025-01-22 12:12:11 -08:00
parent 4a8146bd27
commit 23eb9aa276
No known key found for this signature in database
2 changed files with 10 additions and 4 deletions

View file

@ -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>

View file

@ -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;