mannaggianastri/templates/upload_successful.html
2024-06-14 20:21:40 +02:00

11 lines
253 B
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="{{seconds}}; URL='{{url}}'" />
<title>Upload successful...</title>
</head>
<body>
<h1>You will be redirected to {{url}} in {{ seconds }} seconds.</h1>
</body>
</html>