Skip to content

Instantly share code, notes, and snippets.

@jiserra
Forked from nathansmith/html5_template.html
Created December 7, 2011 02:58
Show Gist options
  • Save jiserra/1441237 to your computer and use it in GitHub Desktop.
Save jiserra/1441237 to your computer and use it in GitHub Desktop.
Simple HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>untitled</title>
<link rel="stylesheet" href="" />
</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