Skip to content

Instantly share code, notes, and snippets.

@zhaopengme
Created July 30, 2012 03:50
Show Gist options
  • Save zhaopengme/3204204 to your computer and use it in GitHub Desktop.
Save zhaopengme/3204204 to your computer and use it in GitHub Desktop.
HTML:html5_create_templdate
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
 
  <title>untitled</title>
 
  <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->  
 
  <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8">
</head>
<body>
 
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment