Created
January 10, 2014 08:52
-
-
Save siteslave/8348745 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 101 Template</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <link href="../assets/css/bootstrap.min.css" rel="stylesheet"> | |
| <script src="../assets/js/jquery.js"></script> | |
| <script src="../assets/js/bootstrap.min.js"></script> | |
| <script src="dist/select2.min.js"></script> | |
| <script src="dist/select2.locale.th.js"></script> | |
| <link href="dist/select2.css" rel="stylesheet"> | |
| <link href="dist/select2.bootstrap.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <!-- content --> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment