Skip to content

Instantly share code, notes, and snippets.

@andrebaltieri
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrebaltieri/c7066eb658042b93ccb4 to your computer and use it in GitHub Desktop.
Save andrebaltieri/c7066eb658042b93ccb4 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Bem vindo ao Chat Amizade</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body>
<div class="container well"></div>
<nav class="navbar navbar-inverse navbar-fixed-bottom">
<br>
<div class="container">
<div class="col-md-10">
<input type="text"
class="form-control"
placeholder="Digite uma mensagem" />
</div>
<div class="col-md-2">
<button class="btn btn-primary btn-lg">Enviar</button>
</div>
</div>
<br>
</nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment