From c2239d5e360d8d44a18e76c562d03a01dea05c74 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 18 Sep 2023 17:41:59 -0700 Subject: Initial Commit --- api/templates/index.html | 38 ++++++++++++++++++++++++++++++++++++++ api/templates/server_auth.html | 22 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 api/templates/index.html create mode 100644 api/templates/server_auth.html (limited to 'api/templates') diff --git a/api/templates/index.html b/api/templates/index.html new file mode 100644 index 0000000..5bdf1ad --- /dev/null +++ b/api/templates/index.html @@ -0,0 +1,38 @@ + + + + + + + reCAPTCHA Image Selection Panel + + + +
+
+
+ + +
+
+ > +
+
+ + + + + + + + + + + +
ImageNameAnswer (ID)
+
+ + + \ No newline at end of file diff --git a/api/templates/server_auth.html b/api/templates/server_auth.html new file mode 100644 index 0000000..cf37aa8 --- /dev/null +++ b/api/templates/server_auth.html @@ -0,0 +1,22 @@ + + + + + + + Server Side Auth + + + +
+
+
+ + +
+ + + + \ No newline at end of file -- cgit v1.2.3