Skip to content

Instantly share code, notes, and snippets.

@pjdietz
Created March 31, 2013 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjdietz/5281399 to your computer and use it in GitHub Desktop.
Save pjdietz/5281399 to your computer and use it in GitHub Desktop.
HTML5 empty template
<!DOCTYPE html>
<html>
<head>
<title>Hello, World!</title>
<meta charset="utf-8" />
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment