aboutsummaryrefslogtreecommitdiffstats
path: root/api/templates/server_auth.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/templates/server_auth.html')
-rw-r--r--api/templates/server_auth.html22
1 files changed, 22 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='index.css') }}">
+ <title>Server Side Auth</title>
+ </head>
+
+ <body>
+ <div id="recaptcha-container">
+ <div class="recaptcha-header" id="recaptcha-title">
+ </div>
+ <button class="regenerate-btn" onclick="fetchCaptchaImages()">
+ Regenerate Captcha
+ </button>
+ <button class="submit-btn">Submit</button>
+ </div>
+ <script src="{{ url_for('static', filename='server_auth.js') }}"></script>
+ </body>
+
+</html> \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage