Skip to content

Instantly share code, notes, and snippets.

@landru247
Last active June 23, 2016 14:57
Show Gist options
  • Save landru247/e6122ba1db06445cafa4d0c7e6418875 to your computer and use it in GitHub Desktop.
Save landru247/e6122ba1db06445cafa4d0c7e6418875 to your computer and use it in GitHub Desktop.
Bootstrap Boilerplate html doc
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- js -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- css -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet_.css">
<style>
.responsive {
width: 100%;
height: auto;
}
</style>
</head>
<body>
<div class="container">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment