Commit | Line | Data |
---|---|---|
3b6c0ece AB |
1 | <!doctype html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8"/> | |
5 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
505a9419 | 6 | <title>404 Not Found</title> |
3b6c0ece AB |
7 | <link rel="icon" href="/gnu.ico"/> |
8 | <link rel="stylesheet" href="/style.css"/> | |
9 | </head> | |
10 | <body> | |
505a9419 AB |
11 | <nav><a href="/">bandali.eu.org</a></nav> |
12 | <main> | |
13 | <h1>404</h1> | |
14 | <p>Sorry, that page does not exist.</p> | |
15 | </main> | |
16 | </body> | |
17 | </html> |