1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/content/pages/404.html

27 lines
910 B
HTML
Raw Normal View History

2016-06-16 18:47:37 +01:00
<head>
2016-08-24 12:34:21 +01:00
<meta name="save_as" content=".404.html" />
2016-06-16 18:47:37 +01:00
<meta name="title" content="Uh Oh - There's nothing here!" />
2016-08-24 12:34:21 +01:00
<meta name="html_title" content="404 - Page not found" />
<meta name="no_container" content="true" />
2016-06-16 18:47:37 +01:00
</head>
<body>
2016-08-24 12:34:21 +01:00
<section id="header" class="bg-primary header-bg">
<div class="container text-center text-uppercase">
<h1 class="section-heading">{{ page.title }}</h1>
<hr class="light">
</div>
2016-06-16 18:47:37 +01:00
</section>
<section>
2016-08-24 12:34:21 +01:00
<div class="container text-center">
<h3>The page you were looking for could not be found.</h3>
<h1>¯\_(ツ)_/¯</h1>
</div>
2016-06-16 18:47:37 +01:00
</section>
<section>
2016-08-24 12:34:21 +01:00
<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: 50%;" />
</div>
2016-06-16 18:47:37 +01:00
</section>
</body>