Created
January 25, 2012 03:30
-
-
Save sansumbrella/1674553 to your computer and use it in GitHub Desktop.
Basic HTML File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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