Commit | Line | Data |
---|---|---|
7b376474 AB |
1 | <!doctype html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8" /> | |
5 | <meta name="author" content="bandali" /> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
7 | <title>404 not found — bandali</title> | |
8 | <style> | |
9 | body { | |
10 | line-height: 1.6; | |
11 | max-width: 37.5em; | |
12 | margin: 0 auto; | |
13 | padding: 0 1em; | |
14 | } | |
15 | @media (prefers-color-scheme: dark) { | |
16 | body { background: #1c1c1c; color: white; } | |
17 | a:link { color: #acdeff; } | |
18 | a:visited { color: #f8f; } | |
19 | a:active { color: #e00; } | |
20 | } | |
21 | </style> | |
22 | </head> | |
23 | <body> | |
24 | <h1>404</h1> | |
25 | <p>Sorry, that page does not exist. Are you at the right address?</p> | |
26 | ||
27 | <p>Feel free to go back <a href="https://bndl.org">home</a> | |
28 | or <a href="https://bndl.org/contact.html">contact</a> bandali | |
29 | about this.</p> | |
30 | </body> | |
31 | </html> |