aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-09-18 17:48:16 -0700
committerPinapelz <donaldshan1@outlook.com>2023-09-18 17:48:16 -0700
commitf0aacde51c469f1479187ba49e04d64f24444e5f (patch)
tree29d3427fc8350650d652be99f910c569dc747a05 /api
parentc2239d5e360d8d44a18e76c562d03a01dea05c74 (diff)
Update index titles
Diffstat (limited to 'api')
-rw-r--r--api/templates/index.html3
-rw-r--r--api/templates/server_auth.html2
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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage