fileHost/templates/result.html

12 lines
170 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Upload Successful</title>
</head>
<body>
{% for url in urls %}
<a href="{{ url }}">{{ url }}</a><br />
{% endfor %}
</body>
</html>