Skip to content

Instantly share code, notes, and snippets.

@sansumbrella
Created January 25, 2012 03:30
Show Gist options
  • Save sansumbrella/1674553 to your computer and use it in GitHub Desktop.
Save sansumbrella/1674553 to your computer and use it in GitHub Desktop.
Basic HTML File
<!DOCTYPE html>
<head>
<meta charset="utf-8"/>
<title>now</title>
</head>
<body>
<h1>This page is titled now.</h1>
<p>This is some content in a paragraph.</p>
<p>This is some content in a paragraph.</p>
<p>This is some content in a paragraph.</p>
<p>This is some content in a paragraph.</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment