diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..2343867 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,19 @@ + + + + ss-local Manager + + + {% if running %} +

Running With PID {{ pid }}

+
+ +
+ {% else %} +

Not Running

+
+ +
+ {% endif %} + +