Update speedyf/templates/processing.html

This commit is contained in:
Fred Boniface 2024-04-30 21:50:41 +01:00
parent 780606ab2b
commit 6f848577eb
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@
<html lang="en">
<head>
<title>Processing</title>
<script>const job_id = {{ input.job_id }}</script>
</head>
<body>
<h1>Processing {{ filename }}</h1>
<h1>Please wait</h1>
<h2>Job status</h2>
</body>
</html>