SpeedyF/speedyf/templates/processing.html

11 lines
236 B
HTML
Raw Normal View History

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