Terminwahl/terminwahl_back/static/errors/500.html
2023-01-28 00:22:59 +01:00

25 lines
782 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ooops (500)</title>
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/static/css/normalize.css">
<link rel="stylesheet" href="/static/css/skeleton.css">
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<h1>Ooops ...</h1>
<p>How embarrassing!</p>
<p>Looks like something weird happened while processing your request.</p>
<p>Please try again in a few moments.</p>
</div>
</div>
</body>
</html>