Last active
August 21, 2017 04:14
-
-
Save geoffreymcgill/e2090559dba4aa77f58344b6d0560ebf to your computer and use it in GitHub Desktop.
Revisions
-
geoffreymcgill revised this gist
Aug 21, 2017 . 1 changed file with 1 addition and 1 deletion.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 @@ -3,7 +3,7 @@ <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>MyApp</title> <script src="bridge.js"></script> <script src="bridge.console.js"></script> -
geoffreymcgill created this gist
Aug 21, 2017 .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,14 @@ <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>Bridge Demo</title> <script src="bridge.js"></script> <script src="bridge.console.js"></script> <script src="demo.js"></script> </head> <body> </body> </html>