Skip to content

Instantly share code, notes, and snippets.

@siteslave
Last active January 2, 2016 02:08
Show Gist options
  • Select an option

  • Save siteslave/8234570 to your computer and use it in GitHub Desktop.

Select an option

Save siteslave/8234570 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
<!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