Created
April 4, 2014 10:04
-
-
Save tannnt810/9971625 to your computer and use it in GitHub Desktop.
gist-first
This file contains 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=""> | |
<head> | |
<title>Rẻ Mỗi Ngày - mua hàng theo nhóm</title> | |
<meta charset="UTF-8"> | |
<meta name=description content=""> | |
<meta name=viewport content="width=device-width, initial-scale=1"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<!-- Bootstrap CSS --> | |
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" media="screen"> | |
</head> | |
<body> | |
<div class="container"> | |
<h1 class="text-center">Hello World</h1> | |
<div class="row"> | |
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | |
<a class="navbar-brand" href="#">Title</a> | |
<ul class="nav navbar-nav"> | |
<li class="active"> | |
<a href="#">Home</a> | |
</li> | |
<li> | |
<a href="#">Link</a> | |
</li> | |
</ul> | |
</nav> | |
</div> | |
</div> | |
<!-- jQuery --> | |
<script src="http://code.jquery.com/jquery.js"></script> | |
<!-- Bootstrap JavaScript --> | |
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment