Created
April 12, 2015 11:14
-
-
Save wzup/ad9277839d696cb8c163 to your computer and use it in GitHub Desktop.
HTML5 Page Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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