kamilcraft-api/errors/error400.html
2022-04-19 01:44:14 +02:00

14 lines
384 B
HTML

<!doctype html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Błąd 400</title>
</head>
<body>
<h1>Błąd 400</h1>
<p>Niepoprawne zapytanie!</p>
</body>
</html>