Created
December 18, 2013 14:58
-
-
Save pheXion/8023691 to your computer and use it in GitHub Desktop.
HTML: Base 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> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="description" content="A description about your site" /> | |
<meta name="keywords" content="keywords, separated, by, comma" /> | |
<meta name="author" content="pheXion.com" /> | |
<title>Untitled Document</title> | |
<link rel="shortcut icon" href="favicon.ico" /> | |
<link rel="stylesheet" href="css/bootstrap.css" /> | |
<link rel="stylesheet" href="css/style.css" /> | |
</head> | |
<body> | |
<!-- JavaScript --> | |
<script src="http://code.jquery.com/jquery-1.9.1.min.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