mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
7 lines
102 B
HTML
7 lines
102 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div id="main">
|
|
400 Bad Request
|
|
</div>
|
|
{% endblock %}
|