Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created June 28, 2011 15:26
Show Gist options
  • Save acrymble/1051389 to your computer and use it in GitHub Desktop.
Save acrymble/1051389 to your computer and use it in GitHub Desktop.
basic html page
<!doctype html>
<html dir="ltr" lang="en-US">
<head>
<title><!-- Insert your title here --></title>
</head>
<body>
<!-- Insert your content here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment