Skip to content

Instantly share code, notes, and snippets.

@pheXion
Created December 18, 2013 14:58
Show Gist options
  • Save pheXion/8023691 to your computer and use it in GitHub Desktop.
Save pheXion/8023691 to your computer and use it in GitHub Desktop.
HTML: Base Bootstrap
<!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