Created
May 5, 2012 07:31
-
-
Save kmtr/2600653 to your computer and use it in GitHub Desktop.
Twitter Bootstrap Template
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></title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link href="css/bootstrap.css" rel="stylesheet"> | |
<link href="css/bootstrap-responsive.css" rel="stylesheet"> | |
<link rel="shortcut icon" href="ico/favicon.ico"> | |
</head> | |
<body> | |
<script src="js/jquery.js"></script> | |
<script src="js/bootstrap.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment