Skip to content

Instantly share code, notes, and snippets.

@awrowse
Created February 16, 2012 15:14
Show Gist options
  • Save awrowse/1845533 to your computer and use it in GitHub Desktop.
Save awrowse/1845533 to your computer and use it in GitHub Desktop.
HTML5 Page Stub
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Page Title</title>
<meta name="description" content="Webpage for xxxx">
<!-- http://meyerweb.com/eric/tools/css/reset/ -->
<link rel="stylesheet" href="css/reset/reset.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
</head>
<body>
</body>
</html>
@muhammadshahzad99
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment