Update 404 page

This commit is contained in:
Anthony Wang 2020-12-25 16:55:36 -06:00
parent c72ad4cfc9
commit 959e249aed
Signed by: a
GPG key ID: 6FD3502572299774

View file

@ -3,11 +3,6 @@ layout: default
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
@ -16,9 +11,9 @@ layout: default
}
</style>
<div class="container">
<h1>404</h1>
<div class="home">
<h1 style="text-align:center">404</h1>
<p><strong>You have reached an imaginary page :(</strong></p>
<p>Please rotate your computer ninety degrees and try again.</p>
<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>