forked from spacebar/SplatNet
Feat: implement callback for TwitterAPI linking
This commit is contained in:
parent
7b586bbd5e
commit
67933ec76a
3 changed files with 76 additions and 0 deletions
17
callback/index.html
Normal file
17
callback/index.html
Normal 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>
|
||||
Loading…
Reference in a new issue