structables/templates/400.html
snowcatridge10 31f9bf6c2b first commit
2023-06-01 17:25:13 -04:00

21 lines
No EOL
470 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>400 - Indestructables</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
{% include "style.html" %}
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/favicon.png') }}">
</head>
<body>
{% include "header.html" %}
<center>
<h1 style="font-size:10em;line-height:0em;">400</h1>
<p>The request was malformed</p>
</center>
{% include "footer.html" %}
</body>
</html>