diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-08 15:56:06 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-08 16:21:57 -0700 |
| commit | f155194356a8231b0c190d7276f203aca49ff028 (patch) | |
| tree | 20c4e7ecb633ce2b70ca65a7840f29901d10d2e6 /api/templates | |
| parent | 6ad0c786a3e53f437e24ae7eb92e69648ca8751c (diff) | |
redirect root page to new demo
Diffstat (limited to 'api/templates')
| -rw-r--r-- | api/templates/index.html | 39 | ||||
| -rw-r--r-- | api/templates/server_auth.html | 22 |
2 files changed, 0 insertions, 61 deletions
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 @@ -<!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>VTuber Captcha Demo</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> - <div id="end-message"> - <!-- Will be populated with JS -->> - </div> - <div id="answer-table-container"> - <table id="answer-table"> - <thead> - <tr> - <th>Image</th> - <th>Name</th> - <th>Answer (ID)</th> - </tr> - </thead> - <tbody> - <!-- Answers will be populated here --> - </tbody> - </table> - </div> - <p>Go to /server_auth to test out sever side authentications</p> - <script src="{{ url_for('static', filename='index.js') }}"></script> - </body> -</html>
\ 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 @@ -<!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>VTuber Captcha Server 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 |
