Created
January 7, 2013 04:54
-
-
Save alihammad-gist/4472444 to your computer and use it in GitHub Desktop.
HTML : Boilerstrap
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>Template · Bootstrap</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!-- Le styles --> | |
<link href="styles/default.css" rel="stylesheet"> | |
<!-- modernizr--> | |
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script> | |
</head> | |
<body> | |
<!-- container --> | |
<!-- Le javascript | |
================================================== --> | |
<!-- Placed at the end of the document so the pages load faster --> | |
<script src="js/jquery-1.8.3.min.js"></script> | |
<script src="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