File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html >
3+ < head >
4+ < title > Google I/O YouTube Codelab</ title >
5+ < link type ="text/css " rel ="stylesheet " href ="index.css ">
6+ < script type ="text/javascript " src ="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js "> </ script >
7+ < script type ="text/javascript " src ="//www.google.com/jsapi "> </ script >
8+ < script type ="text/javascript " src ="index.js "> </ script >
9+ < script type ="text/javascript " src ="https://apis.google.com/js/client.js?onload=onJSClientLoad "> </ script >
10+ </ head >
11+ < body >
12+ < div id ="login-container " class ="pre-auth "> This application requires access to your YouTube account.
13+ Please < a href ="# " id ="login-link "> authorize</ a > to continue.
14+ </ div >
15+ < div class ="post-auth ">
16+ < div id ="message "> </ div >
17+ < div id ="chart "> </ div >
18+ < div > Choose a Video:</ div >
19+ < ul id ="video-list "> </ ul >
20+ </ div >
21+ </ body >
22+ </ html >
You can’t perform that action at this time.
0 commit comments