Skip to content

Instantly share code, notes, and snippets.

@sinslav
Created May 21, 2015 22:22
Show Gist options
  • Save sinslav/4fb99bcb5d1d1718c719 to your computer and use it in GitHub Desktop.
Save sinslav/4fb99bcb5d1d1718c719 to your computer and use it in GitHub Desktop.
HTML->Bootstrap empty template
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/styles.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment