Skip to content

Instantly share code, notes, and snippets.

@geoffreymcgill
Last active August 21, 2017 04:14
Show Gist options
  • Select an option

  • Save geoffreymcgill/e2090559dba4aa77f58344b6d0560ebf to your computer and use it in GitHub Desktop.

Select an option

Save geoffreymcgill/e2090559dba4aa77f58344b6d0560ebf to your computer and use it in GitHub Desktop.

Revisions

  1. geoffreymcgill revised this gist Aug 21, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bridge-index.html
    Original 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>Bridge Demo</title>
    <title>MyApp</title>

    <script src="bridge.js"></script>
    <script src="bridge.console.js"></script>
  2. geoffreymcgill created this gist Aug 21, 2017.
    14 changes: 14 additions & 0 deletions bridge-index.html
    Original 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>