You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
635 B
HTML
19 lines
635 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Internal Server Error</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/assets/aSkelly/css/main.css">
|
|
</head>
|
|
|
|
<body class="body--error">
|
|
<section class="row row--justify-center">
|
|
<div class="col col-8 tac">
|
|
<h1 class="error-title">Error 500</h1>
|
|
<p class="error-text">Internal Server Error. Please try again later.</p>
|
|
<p class="error-text"><a href="/">Go Back Home</a></p>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|