mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
Compare commits
2 commits
23eb9aa276
...
43cdce4874
Author | SHA1 | Date | |
---|---|---|---|
|
43cdce4874 | ||
|
2b33d2c1a6 |
5 changed files with 25 additions and 18 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
2
404.html
2
404.html
|
@ -18,10 +18,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
<div id = "meow">
|
||||||
<div id="four">
|
<div id="four">
|
||||||
<h1>ERROR: 404</h1>
|
<h1>ERROR: 404</h1>
|
||||||
<p>Skill issue. The thing you're trying to find doesn't exist.</p>
|
<p>Skill issue. The thing you're trying to find doesn't exist.</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
|
<a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Binary file not shown.
|
@ -66,9 +66,8 @@
|
||||||
<span class="updated">
|
<span class="updated">
|
||||||
Last updated at: <span class="last-updated"></span>
|
Last updated at: <span class="last-updated"></span>
|
||||||
</span>
|
</span>
|
||||||
|
<br>
|
||||||
<div class="webring">
|
<div class="webring">
|
||||||
This website is part of the
|
|
||||||
<br/>
|
|
||||||
<a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.svg"></a>
|
<a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.svg"></a>
|
||||||
<a href="https://ctp-webr.ing"><img alt="Catppuccin Webring" src="assets/webbring.webp"></a>
|
<a href="https://ctp-webr.ing"><img alt="Catppuccin Webring" src="assets/webbring.webp"></a>
|
||||||
<a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>
|
<a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>
|
||||||
|
|
22
style.css
22
style.css
|
@ -10,6 +10,7 @@ body {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* urbanist-regular - latin */
|
/* urbanist-regular - latin */
|
||||||
|
@ -105,15 +106,9 @@ footer {
|
||||||
|
|
||||||
.updated {
|
.updated {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
justify-items: center;
|
||||||
}
|
display: flex;
|
||||||
|
|
||||||
.socials {
|
|
||||||
margin: auto;
|
|
||||||
display: block;
|
|
||||||
gap: 2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.four {
|
.four {
|
||||||
|
@ -121,6 +116,17 @@ footer {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
.meow {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
justify-items: center;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.socials {
|
||||||
|
display: flex;
|
||||||
|
justify-content:space-evenly;
|
||||||
|
}
|
||||||
|
|
||||||
.socials a {
|
.socials a {
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue