Skip to content

Instantly share code, notes, and snippets.

@sirmmo
Last active December 21, 2015 01:38
Show Gist options
  • Save sirmmo/6229047 to your computer and use it in GitHub Desktop.
Save sirmmo/6229047 to your computer and use it in GitHub Desktop.
SublimeText 2 snippet for
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!--[if IE 7]>
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome-ie7.min.css">
<![endif]-->
<title></title>
</head>
<body>
<header></header>
<div id="content"></div>
<footer></footer>
<!--scripts -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/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