Skip to content

Instantly share code, notes, and snippets.

@kulia26
Created March 15, 2015 08:41
Show Gist options
  • Save kulia26/1d7166d25ef02760748b to your computer and use it in GitHub Desktop.
Save kulia26/1d7166d25ef02760748b to your computer and use it in GitHub Desktop.
start heads tags for bootstrap and less
<script src="less.js" type="text/javascript">
</script>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet/less" type="text/css" href="css/styles.less">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="css/styles.css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment