Last active
January 2, 2016 02:08
-
-
Save siteslave/8234570 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
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>Bootstrap Template</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <!-- Bootstrap --> | |
| <link href="css/bootstrap.min.css" rel="stylesheet" media=“screen"> | |
| <script src="//code.jquery.com/jquery.js"></script> | |
| <script src=“bootstrap.min.js"></script> | |
| <!--[if lt IE 9]> | |
| <script src="html5shiv.js"></script> | |
| <script src="respond.min.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <h1>Content</h1> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment