From f155194356a8231b0c190d7276f203aca49ff028 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 8 Sep 2025 15:56:06 -0700 Subject: redirect root page to new demo --- api/templates/index.html | 39 --------------------------------------- api/templates/server_auth.html | 22 ---------------------- 2 files changed, 61 deletions(-) delete mode 100644 api/templates/index.html delete mode 100644 api/templates/server_auth.html (limited to 'api/templates') diff --git a/api/templates/index.html b/api/templates/index.html deleted file mode 100644 index ea8199e..0000000 --- a/api/templates/index.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - VTuber Captcha Demo - - - -
-
-
- - -
-
- > -
-
- - - - - - - - - - - -
ImageNameAnswer (ID)
-
-

Go to /server_auth to test out sever side authentications

- - - \ No newline at end of file diff --git a/api/templates/server_auth.html b/api/templates/server_auth.html deleted file mode 100644 index 1f4cb33..0000000 --- a/api/templates/server_auth.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - VTuber Captcha Server Auth - - - -
-
-
- - -
- - - - \ No newline at end of file -- cgit v1.2.3