Created
June 20, 2013 13:36
-
-
Save omarmilhouse/5822739 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title>YouTube API</title> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
| <script src="auth.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| function handleAPILoaded() { | |
| } | |
| </script> | |
| <script src="https://apis.google.com/js/client.js?onload=googleApiClientReady"></script> | |
| </head> | |
| <body> | |
| <div id="login-container" class="pre-auth">This application requires access to your YouTube account. | |
| Please <a href="#" id="login-link">authorize</a> to continue. | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment