diff options
| author | Michael Grote | 2023-04-13 11:46:47 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-13 11:46:47 +0200 |
| commit | 4d8d19c938dcaa200da5d89219a376fbe266c6b8 (patch) | |
| tree | 07e28dca1e7d9b219f69f4d90ceeee247271eed5 /index.html | |
| parent | 253bd36232ff73ffa08845631bb50b940f4d6d6b (diff) | |
remove index
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 03fb046..0000000 --- a/index.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>File List</title> -</head> -<body> - <h1>File List</h1> - {% if files %} - <ul> - {% for file in files %} - <li><a href="{{ url_for('download', filename=file.name) }}">{{ file.name }} ({{ file.size }} bytes)</a></li> - {% endfor %} - </ul> - {% else %} - <p>No files found.</p> - {% endif %} -</body> -</html> |