Skip to content

Instantly share code, notes, and snippets.

@wezm
Created May 20, 2009 13:16
Show Gist options
  • Save wezm/114808 to your computer and use it in GitHub Desktop.
Save wezm/114808 to your computer and use it in GitHub Desktop.
HTML5 Template for xhtmldoctype.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="script.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment