fileHost/templates/manage_uploads.html

11 lines
164 B
HTML
Raw Normal View History

2018-04-14 21:29:21 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Manage your uploads</title>
</head>
<body>
{% for file, date in uploads %}
{% app_url + file + "\t" + date %}
</body>
</html>