Terminwahl/terminwahl_back/static/errors/400.html

22 lines
695 B
HTML
Raw Permalink Normal View History

2023-01-28 00:22:59 +01:00
<!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>The server could not understand the request (400)</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>The server could not understand the request</h1>
</div>
</div>
</body>
</html>