Skip to content

Instantly share code, notes, and snippets.

@carlossalas
Created November 13, 2012 21:21
Show Gist options
  • Save carlossalas/4068474 to your computer and use it in GitHub Desktop.
Save carlossalas/4068474 to your computer and use it in GitHub Desktop.
HTML: Skeleton with Twitter Bootstrap, Less And Modernizr
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<title></title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- CSS -->
<link rel="stylesheet" href="css/fonts.css" media="screen">
<link rel="stylesheet" href="css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" media="screen">
<!-- LESS -->
<link rel="stylesheet/less" type="text/css" href="less/layout.less">
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- JS Globar Vars -->
<script type="text/javascript">
<!--
-->
</script>
<!-- JS -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/actions.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<div class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</div>
<![endif]-->
<!-- YOUR HTML HERE -->
</body>
</html>
@gadipudiss
Copy link

tjurjjytjkyukly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment