diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/templates/index.html | 3 | ||||
| -rw-r--r-- | api/templates/server_auth.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/api/templates/index.html b/api/templates/index.html index 5bdf1ad..ea8199e 100644 --- a/api/templates/index.html +++ b/api/templates/index.html @@ -4,7 +4,7 @@ <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>reCAPTCHA Image Selection Panel</title> + <title>VTuber Captcha Demo</title> </head> <body> @@ -33,6 +33,7 @@ </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 index cf37aa8..1f4cb33 100644 --- a/api/templates/server_auth.html +++ b/api/templates/server_auth.html @@ -4,7 +4,7 @@ <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> + <title>VTuber Captcha Server Auth</title> </head> <body> |
