<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">

    <title>Page Not Found</title>
    <meta name="description" content="Error: page not found.">
    <meta name="author" content="Alex Rutar">
    <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
    <header>
      Example Webpage
    </header>
    <nav>
      <a href="/writing/">Writing</a>
      <a href="/">About</a>
    </nav>
    <article>
      <h1>Page not found!</h1>
      <p>Sorry, the page you are looking for could not be found!</p>
    </article>
  </body>
</html>