From e8a50c2c6bcd6c02185260d18ae93ec945b457b9 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 23 Mar 2025 14:15:59 +0800 Subject: [PATCH] implemented basic text box and some test function hooks --- index.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..5aa59cd --- /dev/null +++ b/index.html @@ -0,0 +1,53 @@ + + + + + + Python Web Executor + + + + +

Python Web Executor

+
+ +

+    
+    
+
+
\ No newline at end of file