|
|
|
|
@ -3,30 +3,16 @@
|
|
|
|
|
<head>
|
|
|
|
|
<title>Internal Server Error</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<link
|
|
|
|
|
href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
/>
|
|
|
|
|
<link
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
|
|
|
|
|
/>
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
display: flex !important;
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
justify-content: center !important;
|
|
|
|
|
flex-direction: column !important;
|
|
|
|
|
height: 95vh !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<link rel="stylesheet" href="/assets/aSkelly/css/main.css">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<h2>
|
|
|
|
|
Error 5<span role="img" aria-label="O">😵</span
|
|
|
|
|
><span role="img" aria-label="O">😵</span>
|
|
|
|
|
</h2>
|
|
|
|
|
<p>Internal Server Error. Please try again later.</p>
|
|
|
|
|
<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>
|
|
|
|
|
|