Skip to content

Instantly share code, notes, and snippets.

@omerio
Last active April 5, 2018 10:57
Show Gist options
  • Save omerio/d8ef0948c45e507438d6765054585b5e to your computer and use it in GitHub Desktop.
Save omerio/d8ef0948c45e507438d6765054585b5e to your computer and use it in GitHub Desktop.

Revisions

  1. omerio revised this gist Apr 5, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion chatroom_step_1.html
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,6 @@

    <head>
    <title>Chatroom</title>
    <script data-require="[email protected]" data-semver="2.2.4" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
    </head>

    <body>
  2. omerio created this gist Apr 5, 2018.
    16 changes: 16 additions & 0 deletions chatroom_step_1.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    <!DOCTYPE html>
    <html>

    <head>
    <title>Chatroom</title>
    <script data-require="[email protected]" data-semver="2.2.4" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
    </head>

    <body>
    <div id="room"></div>
    <textarea id="message"></textarea>
    <button id="send">Send</button>

    </body>

    </html>