You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

54 lines
941 B

<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
background-color: #1D1D1B;
color: #e1e1e1;
text-align: center;
font-family: system-ui, sans-serif;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}
body {
min-height: 100vh;
min-height: 100svh;
}
h2 {
margin: 0;
font-size: 400px;
line-height: 1;
position: absolute;
top: -0.4em;
left: -0.1em;
font-weight: 700;
color: #333;
}
h1 {
margin: 0;
font-size: 2em;
font-weight: 300;
}
p {
margin: 1em 0;
}
</style>
</head>
<body>
<div>
<h2>500</h2>
<h1>Ops! We're sorry, but something went wrong.</h1>
</div>
</body>
</html>