mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-22 07:31:19 +00:00
7 lines
181 B
HTML
7 lines
181 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<a href="/selif/{{ filename }}">
|
|
<img style="margin-bottom: -6px; max-width: 800px;" src="/selif/{{ filename }}" />
|
|
</a>
|
|
{% endblock %}
|