Adding current screenshots

This commit is contained in:
Zachary Klosko 2020-06-17 16:57:15 -04:00
parent a582e24fa6
commit b0320fbacf
16 changed files with 102 additions and 144 deletions

View file

@ -1,6 +1,6 @@
---
permalink: /404.html
layout: default
layout: 404
---
<style type="text/css" media="screen">
@ -17,9 +17,11 @@ layout: default
}
</style>
<div class="container">
<h1>404</h1>
<section class="bg-dark text-white">
<div class="container">
<img src="img/404.png" alt="404 Tape">
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</section>