Last active
December 27, 2015 22:19
-
-
Save aakashns/7398019 to your computer and use it in GitHub Desktop.
added bootstrap css and js
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> | |
| <head> | |
| <title>Front-end Setup</title> | |
| <link rel="stylesheet" href="../../static/lib/css/bootstrap.min.css"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h2>Front-end Setup</h2> | |
| </div> | |
| <div> | |
| <script src="../../static/lib/js/bootstrap.min.js"> | |
| </script> | |
| <div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment