mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-22 07:31:19 +00:00
7 lines
263 B
HTML
7 lines
263 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<div class="normal" style="width: 500px;">
|
|
<p class="center">You are requesting <a href="/selif/{{ filename }}">{{ filename }}</a>, <a href="/selif/{{ filename }}">click here</a> to download.</p>
|
|
</div>
|
|
{% endblock %}
|