SpeedyF/speedyf/templates/processing.html

11 lines
236 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Processing</title>
<script>const job_id = {{ input.job_id }}</script>
</head>
<body>
<h1>Please wait</h1>
<h2>Job status</h2>
</body>
</html>