19 lines
651 B
HTML
19 lines
651 B
HTML
<head>
|
|
<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>
|
|
<body>
|
|
<section>
|
|
<div class="container text-center">
|
|
<h3>The page you were looking for could not be found.</h3>
|
|
<h1>¯\_(ツ)_/¯</h1>
|
|
</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>
|
|
</body>
|