mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-25 08:53:58 +00:00
5 lines
142 B
HTML
5 lines
142 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<img style="margin-bottom: -6px; max-width: 800px;" src="/selif/{{ filename }}" />
|
|
{% endblock %}
|