Skip to content

Instantly share code, notes, and snippets.

@arnault-snippet
Created December 3, 2012 00:09
Show Gist options
  • Save arnault-snippet/4191684 to your computer and use it in GitHub Desktop.
Save arnault-snippet/4191684 to your computer and use it in GitHub Desktop.
Html: Starting template 5
<!DOCTYPE HTML>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>HTML5 Start</title>
<link rel="stylesheet" href="css/style.css">
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<!--[if lte IE8]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<script src="js/IE8.js" type="text/javascript"></script><![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment