Skip to content

Instantly share code, notes, and snippets.

@joemaygist
Forked from almurdo/html5_template.html
Created October 20, 2012 03:57
Show Gist options
  • Save joemaygist/3921959 to your computer and use it in GitHub Desktop.
Save joemaygist/3921959 to your computer and use it in GitHub Desktop.
HTML: HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>untitled</title>
<link rel="stylesheet" href="" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<script src=""></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment