Created
August 13, 2014 16:59
-
-
Save shaohua/4c10adb50e5a5cde78b8 to your computer and use it in GitHub Desktop.
Revisions
-
shaohua created this gist
Aug 13, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ <!DOCTYPE html> <html> <head> <title>Empty gadget</title> </head> <body> Behold your gadget <iframe src="https://app.box.com/embed_widget/s/rytekckemew26i37kjvd?view=list&sort=name&direction=ASC&theme=blue" width="500" height="400" frameborder="0"allowfullscreen webkitallowfullscreen msallowfullscreen></iframe> <script type="text/javascript"> window.addEventListener("message", function(event){ console.log('message received at window: ', event); }, false); </script> </body> </html>