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.
33 lines
1005 B
HTML
33 lines
1005 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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>
|
|
</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>
|
|
</html>
|