samgis-lisa-on-cuda / static /list_files.html
alessandro trinca tornidor
[feat] permit download of tmp images if WRITE_TMP_ON_DISK env exists
27d2629
raw
history blame
213 Bytes
<html>
<head>
<title>Files</title>
</head>
<body>
<h1>Files:</h1>
<ul>
{% for file in files %}
<li><a href="{{file}}">{{file}}</a></li>
{% endfor %}
</ul>
</body>
</html>