11 lines
253 B
HTML
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>
|