Move 404.html to 404.md

This commit is contained in:
Anthony Wang 2020-12-25 17:27:26 -06:00
parent 959e249aed
commit 6ea4e6238b
Signed by: a
GPG Key ID: 6FD3502572299774
2 changed files with 9 additions and 19 deletions

View File

@ -1,19 +0,0 @@
---
layout: default
---
<style type="text/css" media="screen">
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="home">
<h1 style="text-align:center">404</h1>
<p style="text-align:center"><strong>You have reached an imaginary page :(</strong></p>
<p style="text-align:center">Please rotate your computer ninety degrees and try again.</p>
</div>

9
404.md Normal file
View File

@ -0,0 +1,9 @@
---
layout: default
---
<h1 style="text-align:center">404</h1>
<p style="text-align:center"><strong>You have reached an imaginary page :(</strong></p>
<p style="text-align:center">Please rotate your computer ninety degrees and try again.</p>