18 lines
No EOL
980 B
HTML
18 lines
No EOL
980 B
HTML
<html>
|
|
<head>
|
|
<title>Internal Error</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<div class="h-100 d-flex align-items-center justify-content-center bg-dark text-white">
|
|
<div class="text-center col-md-4 col-md-offset-4">
|
|
<h1 style="font-size: 140px; background-color: red;">!</h1>
|
|
<h1>An error has occured.</h1>
|
|
<br>
|
|
<h2>Our servers have a problem, please refresh or try again later.</h2>
|
|
<br>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |