first commit

This commit is contained in:
2024-01-10 01:06:58 +01:00
commit 3caccb4aef
5 changed files with 827 additions and 0 deletions

13
public/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OAuth Example</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<p>Click the following link to authorize with OAuth:</p>
<a href='/authorize' target="_blank">Authorize th</a>
</body>
</html>