/ Published in: HTML
Basic HTML template including jQuery and HTML5 Shiv
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <!--[if IE 6]><html version="HTML+RDFa 1.1" id="ie6" lang="en-US"><![endif]--> <!--[if IE 7]><html version="HTML+RDFa 1.1" id="ie7" lang="en-US"><![endif]--> <!--[if IE 8]><html version="HTML+RDFa 1.1" id="ie8" lang="en-US"><![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--><html version="HTML+RDFa 1.1" lang="en-US"><!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true" /><!-- MOBILE - ANDROID --> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0"><!-- MOBILE --> <meta name="description" content=""/> <meta name="keywords" content=""> <meta name="author" content="Ricky Grimaldi"> <meta name="robots" content="NOINDEX, NOFOLLOW"> <!-- Open-Graph Meta --> <meta property="og:title" content=""/> <meta property="og:type" content="website"/> <meta property="og:url" content=""/> <meta property="og:image" content=""/> <meta property="og:site_name" content=""/> <meta property="og:description" content=""/> <link rel="stylesheet" type="text/css" href="css/style.css"> <!-- HTML5 Shiv v3.6.2pre | @afarkas @jdalton @jon_neal @rem --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- IE7/IE8/IE9.js - copyright 2004-2010, Dean Edwards --> <!--[if lt IE 9]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> <![endif]--> </head> <body> </body> </html>