Skip to content

Instantly share code, notes, and snippets.

@Leocardoso94
Last active April 22, 2018 15:58
Show Gist options
  • Select an option

  • Save Leocardoso94/ee34047727019142da7949e302fe965a to your computer and use it in GitHub Desktop.

Select an option

Save Leocardoso94/ee34047727019142da7949e302fe965a to your computer and use it in GitHub Desktop.
<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