Skip to content

Instantly share code, notes, and snippets.

@rtuin
Created March 25, 2011 22:06
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save rtuin/887727 to your computer and use it in GitHub Desktop.
Save rtuin/887727 to your computer and use it in GitHub Desktop.
HTML5 skeleton template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
@alemag1986
Copy link

the meta viewport tag is missing, it will nice to have it!

@vinayraghu
Copy link

👍 for meta viewport!

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