reorg and addition 500

This commit is contained in:
Justin Parsell 2020-12-07 02:39:53 -05:00
parent 593143698b
commit 949a4b2cf5
3 changed files with 30 additions and 0 deletions

30
errors/500.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Parsell Family Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="Stylesheet" href="/css/main.min.css" />
<script src="https://kit.fontawesome.com/7552ed27e8.js"></script>
</head>
<body>
<section class="hero is-fullheight has-background">
<div class="hero-body">
<div class="container">
<div class="column is-one-third is-offset-one-third">
<div class="box">
<p class="title has-text-centered has-text-weight-light is-big-headed">500</p>
<p class="subtitle has-text-centered has-text-weight-light">Internal Server Error</p>
<div class="is-divider"></div>
<p class="buttons is-centered">
<a href="/" class="button is-rounded">
<i class="fas fa-arrow-left fa-lg"></i>&nbsp;&nbsp;Return to homepage
</a>
</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>