Update speedyf/templates/processing.html
This commit is contained in:
parent
780606ab2b
commit
6f848577eb
@ -2,8 +2,10 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Processing</title>
|
<title>Processing</title>
|
||||||
|
<script>const job_id = {{ input.job_id }}</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Processing {{ filename }}</h1>
|
<h1>Please wait</h1>
|
||||||
|
<h2>Job status</h2>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user