webclient / app /templates /success.html
ariansyahdedy's picture
Init
1256bd3
raw
history blame contribute delete
342 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Login Successful</title>
</head>
<body>
<h1>Login Successful!</h1>
<p>You can now view your <a href="/list-channels" target="_blank">YouTube Channels (JSON)</a>.</p>
<p>After you get a channel ID, you can try <code>/list-videos?channel_id=XYZ</code> to see its videos.</p>
</body>
</html>