1

move 404 cat message

This commit is contained in:
Jake Howard 2016-08-27 21:17:37 +01:00
parent cf1bf7d9e2
commit 5e97934204
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,5 +1,5 @@
<head>
<meta name="save_as" content=".404.html" />
<meta name="save_as" content="404.html" />
<meta name="title" content="Uh Oh - There's nothing here!" />
<meta name="html_title" content="404 - Page not found" />
</head>
@ -8,11 +8,11 @@
<div class="container text-center">
<h3>The page you were looking for could not be found.</h3>
<h1>¯\_(ツ)_/¯</h1>
<p>For now, here's a picture of a cat!</p>
</div>
</section>
<section>
<div class="container text-center">
<p>For now, here's a picture of a cat!</p>
<img src="https://2.bp.blogspot.com/-mh8wLBv3gzk/TcTXhBCp3oI/AAAAAAAAxGA/dE9RuE1bNdc/s1600/CaturdayTechSupport6.jpg" alt="Cat" style="width: 75%;" />
</div>
</section>