Skip to content

Instantly share code, notes, and snippets.

@dimagimburg
Created July 14, 2016 09:06
Show Gist options
  • Save dimagimburg/7bfbaa833dff7f2315a24163f0f25ac5 to your computer and use it in GitHub Desktop.
Save dimagimburg/7bfbaa833dff7f2315a24163f0f25ac5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Auth Callback</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/callback_spotify.js"></script>
<style>
body{
background: #eee;
}
.loading{
width: 200px;
height: 30px;
background: #eee;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<div class="loading"><h1>Loading...</h1></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment