mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-25 17:04:04 +00:00
6 lines
181 B
HTML
6 lines
181 B
HTML
{% extends "../base.html" %}
|
|
|
|
{% block content %}
|
|
<p>Viewing file {{ filename }} of mime: {{ mime }}</p>
|
|
<p><a href="/selif/{{ filename }}">Click to download</a></p>
|
|
{% endblock %}
|