mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-22 07:31:19 +00:00
5 lines
143 B
HTML
5 lines
143 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<a href="/"><img style="border:0;" src='/static/images/404.jpg' width='400'></a>
|
|
{% endblock %}
|