summary refs log tree commit diff
path: root/404.html
blob: 799e0a41cb42a6aac40cb962b99a3807ff7b3240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang=en>
  <meta charset=utf-8>
  <title>venomade.com - 404</title>
  <meta name="description" content="Venomade's Personal Site">
  <link rel="stylesheet" href="css/style.css">
  <link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon">

  <main>

    <article>

      <div class=box><div class=inner>
      <- <a href="index.html">Return Home</a>
      </div></div>
      
      <div class=box><div class=inner>

          <p>
            <strong>
              404! Looks like you took a wrong turn!
            </strong>

      </div></div>
      
    </article>

  </main>