summary refs log blame commit diff stats
path: root/404.html
blob: 7449f42cf130042b67e38c5be4cf7877c74c665d (plain) (tree)





























































                                                                              
<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8"/>
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>~/homepage</title>
	<style>
	 :root {
	     --background: #FFFCFF;
	     --foreground: #282629;
	     --blue: #53A6E1;
	     --purple: #BF65F0;
	 }

	 @media (prefers-color-scheme: dark) {
	     :root {
		 --background: #282629;
		 --foreground: #FFFCFF;
		 --blue: #66BFFF;
		 --purple: #CC78FA;
	     }
	 }

	 * {box-sizing: border-box;}
	 body {
	     margin: 0;
	     font-family: monospace;
	     font-size: 1rem;
	     display: flex;
	     flex-direction: column;
	     align-items: center;
	     justify-content: center;
	     height: 100vh;
	     width: 100%;
	     background: var(--background);
	     color: var(--foreground);
	 }

	 a {
	     color: var(--blue);
	     display: inline-block;
	     text-decoration: none;
	 }

	 pre {font-size: 1rem; margin-top: 0;}
	 ul {margin: 0; padding: 0}
	 li {display: inline;list-style: none;}
	</style>
    </head>
    <body>
<pre>
 _  _     ___   _  _
| || |   / _ \ | || |
| || |_ | | | || || |_
|__   _|| | | ||__   _|
   | |  | |_| |   | |
   |_|   \___/    |_|
======================
error: page not found. </pre>
    </body>
</html>