mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
deploy: 09eca24b31
This commit is contained in:
parent
f3003e7dcc
commit
0cd157a473
3 changed files with 20 additions and 4 deletions
8
404.html
8
404.html
|
@ -9,8 +9,12 @@
|
|||
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<span class="name">Zoey</span>'s website |
|
||||
<span class="pronouns">she/they</span>
|
||||
<span>
|
||||
<span class="name">Zoey</span>'s website |
|
||||
<span class="pronouns">she/they</span>
|
||||
</span>
|
||||
<span class="spacer"></span>
|
||||
<a href="https://github.com/Zoeycode/zoeycode.github.io" rel="noopener noreferrer" target="_blank">Source</a>
|
||||
</header>
|
||||
<main class="page">
|
||||
<h1>404 Not Found</h1>
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<span class="name">Zoey</span>'s website |
|
||||
<span class="pronouns">she/they</span>
|
||||
<span>
|
||||
<span class="name">Zoey</span>'s website |
|
||||
<span class="pronouns">she/they</span>
|
||||
</span>
|
||||
<span class="spacer"></span>
|
||||
<a href="https://github.com/Zoeycode/zoeycode.github.io" rel="noopener noreferrer" target="_blank">Source</a>
|
||||
</header>
|
||||
<main class="page">
|
||||
<h1>Zoey’s Website</h1>
|
||||
|
|
|
@ -22,6 +22,14 @@ header.main-header {
|
|||
padding: 4px;
|
||||
background-color: var(--accent-color);
|
||||
color: var(--accent-text-color);
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
}
|
||||
header.main-header a {
|
||||
color: inherit;
|
||||
}
|
||||
header.main-header .spacer {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue