mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-25 17:04:04 +00:00
5 lines
139 B
HTML
5 lines
139 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<a href="{{ sitepath }}"><img src='{{ sitepath }}static/images/404.jpg'></a>
|
|
{% endblock %}
|