Commit | Line | Data |
---|---|---|
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" /> | |
6 | <title>404 not found</title> | |
7 | <link rel="stylesheet" href="/style.css" /> | |
8 | </head> | |
9 | <body> | |
10 | <main> | |
11 | <header> | |
12 | <h1 id="title"><a href="/">bandali</a></h1> | |
13 | <h2 id="subtitle">404 gone fishing</h2> | |
14 | </header> | |
15 | <section> | |
16 | <p> | |
17 | you should probably <a href="/">go home</a>. | |
18 | </p> | |
19 | </section> | |
20 | </main> | |
21 | </body> | |
22 | </html> |