Skip to content

Instantly share code, notes, and snippets.

@avimar
Last active February 26, 2018 16:07
Show Gist options
  • Select an option

  • Save avimar/c648dc600837f56584e23d6dcb49e796 to your computer and use it in GitHub Desktop.

Select an option

Save avimar/c648dc600837f56584e23d6dcb49e796 to your computer and use it in GitHub Desktop.

Revisions

  1. avimar revised this gist Feb 26, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    </script>
    </head>
    <body>
    My documeent.
    My document.

    </body>
    </html>
  2. avimar revised this gist Feb 26, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,8 @@
    <script>window.open('1.txt');
    </script>
    </head>
    <body></body>
    <body>
    My documeent.

    </body>
    </html>
  3. avimar revised this gist Feb 26, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions 1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Sample file.
  4. avimar created this gist Feb 26, 2018.
    6 changes: 6 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <html><head>
    <script>window.open('1.txt');
    </script>
    </head>
    <body></body>
    </html>