Skip to content

Instantly share code, notes, and snippets.

@homleen
Created June 28, 2013 07:23
Show Gist options
  • Save homleen/5883040 to your computer and use it in GitHub Desktop.
Save homleen/5883040 to your computer and use it in GitHub Desktop.
Simple html boilerplate.
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Boilerplate</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment