2024-04-30 19:24:02 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Processing</title>
|
2024-04-30 21:50:41 +01:00
|
|
|
<script>const job_id = {{ input.job_id }}</script>
|
2024-04-30 19:24:02 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-04-30 21:50:41 +01:00
|
|
|
<h1>Please wait</h1>
|
|
|
|
<h2>Job status</h2>
|
2024-04-30 19:24:02 +01:00
|
|
|
</body>
|
|
|
|
</html>
|