2020-12-07 04:46:33 +00:00
|
|
|
<!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" />
|
2020-12-07 06:54:52 +00:00
|
|
|
<link rel="Stylesheet" href="/css/main.min.css" />
|
2020-12-07 04:46:33 +00:00
|
|
|
<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">
|
2020-12-07 07:39:53 +00:00
|
|
|
<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>
|
2020-12-07 04:46:33 +00:00
|
|
|
<div class="is-divider"></div>
|
|
|
|
<p class="buttons is-centered">
|
2020-12-07 07:47:57 +00:00
|
|
|
<button class="button is-rounded" onclick="goBack()"><i class="fas fa-chevron-left fa-lg"></i> Go back</button>
|
2020-12-07 04:46:33 +00:00
|
|
|
<a href="/" class="button is-rounded">
|
2020-12-07 07:47:57 +00:00
|
|
|
<i class="fas fa-chevron-up fa-lg"></i> Return to homepage
|
2020-12-07 04:46:33 +00:00
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
2020-12-07 07:47:57 +00:00
|
|
|
<footer>
|
|
|
|
<script>
|
|
|
|
function goBack() {
|
|
|
|
window.history.back();
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</footer>
|
2020-12-07 04:46:33 +00:00
|
|
|
</body>
|
|
|
|
</html>
|