mannaggianastri/templates/upload_successful.html

11 lines
253 B
HTML
Raw Permalink Normal View History

2024-06-14 20:13:21 +02:00
<!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>