
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
	404 - Page Not Found
</title><link rel="stylesheet" type="text/css" href="/semantic/dist/semantic.min.css" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.js"></script>
    <script src="/semantic/dist/semantic.js"></script>
    <style type="text/css">
    body {
      background-color: #DADADA;
    }
    body > .grid {
      height: 100%;
    }
    .image {
      margin-top: -100px;
    }
    .column {
      max-width: 500px;
    }
  </style>
</head>
<body>
    
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-8412600-10', 'auto');
  ga('send', 'pageview');

</script>
        <div class="ui middle aligned center aligned grid">
            <div class="column">
                <h2 class="ui teal header">
                      Hmmm, that page doesn't seem to exist!
                   
                </h2>
         
                    <div class="ui stacked segment">

                       <p> 
                            <img src="/static/img/grumpycat.png" />
                      </p>

                          <h3 class="ui header">Grumpy cat looks pretty cross about that.</h3>
                      
                    </div>

                  

              

                <div class="ui message">
                   You could try going to the <a href="/">home page</a> and starting again from there
                </div>
            </div>
        </div>

</body>
</html>
