Skip to content

Instantly share code, notes, and snippets.

@wzup
Created April 12, 2015 11:14
Show Gist options
  • Save wzup/ad9277839d696cb8c163 to your computer and use it in GitHub Desktop.
Save wzup/ad9277839d696cb8c163 to your computer and use it in GitHub Desktop.
HTML5 Page Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HTML5 Page Template</title>
<!-- <link rel="stylesheet" href="css/main.css" type="text/css" /> -->
<!--[if IE]>
<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]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<h1>HTML5 Page Template</h1>
<p>Hello World... </p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment