Last active
May 17, 2019 18:33
-
-
Save YannMjl/9188877dc15507733542d5940f73868a 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 name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>XML-Jquery</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> | |
| <!-- **************************************************************************************** | |
| ! connect your main.js script to hmtl * | |
| ! add version of jquery * | |
| ! *************************************************************************************** --> | |
| <script type="text/javascript" src="//code.jquery.com/jquery-1.11.3.min.js"></script> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | |
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> | |
| <!-- javascript reference --> | |
| <script type="text/javascript" src="./main.js"></script> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="jumbotron" style="text-align: center;"> | |
| <h1 id="headerTitle">Food Menu List</h1> | |
| </div> | |
| <ul></ul> | |
| </div> | |
| </body> | |
| </html> | |
| <!-- ****************************************** END ***************************************** --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment