From 9fd7c06d082070b2ad0a06ea067ec3785edea9dd Mon Sep 17 00:00:00 2001 From: ZhangKaiXin Date: Mon, 19 May 2025 16:36:43 +0800 Subject: [PATCH] Create index.html --- templates/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/index.html 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 %} + +