Last active
June 23, 2017 15:55
-
-
Save rodrigobravo/94266ddceefb1c6952c442eb1e4640a7 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>teste</title> | |
| <!-- Bootstrap --> | |
| <link href="css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="css/estilos.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <script src="js/jquery-3.2.1.min.js"></script> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | |
| <script src="js/bootstrap.min.js"></script> | |
| <script type="text/javascript" src ="/js/jquery.md5.js"></script> | |
| <script src="js/teste.js"></script> | |
| <div class="container"> | |
| <div class="form-group form-inline" id="mesa"> | |
| <input class="form-control" type="number" name="numeroMesa" id="inputMesa"> | |
| <button type="submit" class="btn btn-primary" id="botaoMesa">Mesa</button> | |
| </div> | |
| </div> | |
| </body> | |
| </html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment