index(es)

This commit is contained in:
gauthiier
2020-01-21 11:38:31 +01:00
parent cabfe50777
commit afc71795d1
26 changed files with 151318 additions and 13 deletions
+16
View File
@@ -0,0 +1,16 @@
<html>
<head>
<meta charset="utf-8">
<title>{{title}}</title>
</head>
<body>
<h1>{{title}}</h1>
<div id="all">
<ul>
{% for f in files %}
<li><a href="{{prefix}}{{f}}">{{f}}</a></li>
{% endfor %}
</ul>
</div>
</body>
</html>