From bc6a6e1d5974cb1c9f8a181728d93dafc531da01 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Sun, 12 May 2019 05:40:39 -0500 Subject: prog bar showing --- templates/progress.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/progress.html (limited to 'templates/progress.html') diff --git a/templates/progress.html b/templates/progress.html new file mode 100644 index 0000000..322604d --- /dev/null +++ b/templates/progress.html @@ -0,0 +1,29 @@ +{% extends "layout.html" %} +{% block content %} + + + + + +
+
+ 0% +
+
+ + +{% endblock %} + + + -- cgit v1.2.3