mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 19:52:35 -08:00
1 line
No EOL
656 B
HTML
1 line
No EOL
656 B
HTML
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <meta name="referrer" content="no-referrer"> <link rel="stylesheet" href="/styles/index.css"> <title>zyllian / Not Found</title> <header class="main-header"> <span> <a class="name" href="/">zyl's website</a> | <span class="pronouns">she/it/they</span> </span> <span class="spacer"></span> <a href="/blog/">Blog</a> | <a href="/images/">Images</a> | <a href="https://github.com/Zyllian/zyllian.github.io" rel="noopener noreferrer" target="_blank">Source</a> </header> <main class="page"> <h1>404 Not Found</h1> <p>The page or resource requested does not exist. <a href="/">Back to home</a></p> </main> |