This commit is contained in:
gauthiier
2019-12-26 18:12:49 +01:00
parent 9c8f5b0e5e
commit 0b7564d44b
10 changed files with 366 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
<html>
<head>
<meta charset="utf-8">
<title>Exports [all]</title>
</head>
<body>
<h1>Exports [all] - [<a href="/search" target="_blank">SEARCH</a>, <a href="/tags" target="_blank">TAGS</a>]</h1>
<div id="all">
<ul>
{% for f in files %}
<li><a href="/ex/{{f}}">{{f}}</a></li>
{% endfor %}
</ul>
</div>
</body>
</html>