Created
May 3, 2013 03:30
-
-
Save atsuya046/5507023 to your computer and use it in GitHub Desktop.
template using 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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title> | |
</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<link href="assets/css/bootstrap.css" rel="stylesheet"> | |
<style> | |
body { padding-top: 60px; /* 60px to make the container go all the way | |
to the bottom of the topbar */ } | |
</style> | |
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> | |
</head> | |
<body> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"> | |
</script> | |
<script src="assets/js/bootstrap.js"> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment