Feat: implement callback for TwitterAPI linking

This commit is contained in:
kittentm 2026-03-22 21:00:40 +01:00
commit 67933ec76a
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
3 changed files with 76 additions and 0 deletions

17
callback/index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linking Twitter...</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="status">
<h2>Linking your Twitter account...</h2>
<div class="loader"></div>
</div>
<script src="twitter.js"></script>
</body>
</html>