Files
osu-progress-oauth-helper/public/index.html
2024-01-10 01:06:58 +01:00

14 lines
348 B
HTML

<!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>