Skip to content

Instantly share code, notes, and snippets.

@billyquith
Last active October 23, 2020 09:50
Show Gist options
  • Select an option

  • Save billyquith/c91d5d453cec6d908c1c78e2669aea7a to your computer and use it in GitHub Desktop.

Select an option

Save billyquith/c91d5d453cec6d908c1c78e2669aea7a to your computer and use it in GitHub Desktop.

Revisions

  1. billyquith revised this gist Oct 23, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html5.html
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    </style>
    </head>
    <body>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script>
    $(document).ready(function() {

  2. billyquith created this gist Oct 23, 2020.
    18 changes: 18 additions & 0 deletions html5.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>TITLE</title>
    <style>
    </style>
    </head>
    <body>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
    <script>
    $(document).ready(function() {

    });
    </script>

    </body>
    </html>