Last active
April 22, 2018 15:58
-
-
Save Leocardoso94/ee34047727019142da7949e302fe965a to your computer and use it in GitHub Desktop.
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 characters
| <html> | |
| <head> | |
| <title>Simple Chat - Watson</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <link rel="stylesheet" href="./style.css"> | |
| </head> | |
| <body> | |
| <div class="chat-column"> | |
| <div id="chat"></div> | |
| <label for="textInput" class="inputOutline"> | |
| <input id="textInput" class="input responsive-column" autofocus placeholder="Say something" type="text"> | |
| </label> | |
| </div> | |
| <script src="./script.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment