Add speedyf/templates/processing.html

This commit is contained in:
Fred Boniface 2024-04-30 19:24:02 +01:00
parent 640660a68b
commit 24d1552a85
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Processing</title>
</head>
<body>
<h1>Processing {{ filename }}</h1>
</body>
</html>