Skip to content

Instantly share code, notes, and snippets.

@carlossalas
Created May 20, 2013 21:04
Show Gist options
  • Save carlossalas/5615552 to your computer and use it in GitHub Desktop.
Save carlossalas/5615552 to your computer and use it in GitHub Desktop.
HTML: Skeleton V3
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="no-js ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<!-- MOBILE SPECIFICATIONS -->
<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>
<!-- FAVICON [WEB & APPLE] -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- GOOGLE FONTS -->
<link href='http://fonts.googleapis.com/css?family=Sanchez:400italic,400' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="css/general.css" media="screen">
<link rel="stylesheet" href="css/home.css" media="screen">
<!-- CSS IE CONDITIONS -->
<!--[if lt IE 7 ]><link rel="stylesheet" href="css/ie/is6.css" media="screen"><![endif]-->
<!--[if IE 7 ]><link rel="stylesheet" href="css/ie/is7.css" media="screen"><![endif]-->
<!--[if IE 8 ]><link rel="stylesheet" href="css/ie/is8.css" media="screen"><![endif]-->
<!--[if IE 9 ]><link rel="stylesheet" href="css/ie/is9.css" media="screen"><![endif]-->
<!-- HTML5 SHIV -->
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- Console Log -->
<script src="js/libs/console.log.js"></script>
<!-- JS Globar Vars -->
<script type="text/javascript">
<!--
-->
</script>
<!-- jQuery -->
<script src="js/libs/jquery.js"></script>
<!-- Plugins -->
<script src="js/libs/plugins.js"></script>
<!-- JS -->
<script src="js/general.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>
@rayanalisi
Copy link

Thanks

@rayanalisi
Copy link

شكرا

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