Created
June 28, 2011 15:26
-
-
Save acrymble/1051389 to your computer and use it in GitHub Desktop.
basic html page
This file contains 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> | |
<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