Skip to content

Instantly share code, notes, and snippets.

@AdamLawicki
Created March 3, 2016 20:43
Show Gist options
  • Save AdamLawicki/b670a7ed8732d17de511 to your computer and use it in GitHub Desktop.
Save AdamLawicki/b670a7ed8732d17de511 to your computer and use it in GitHub Desktop.
Very Basic HTML Document
<!doctype html>
<html>
<head>
<title>
A Wonderful Website
</title>
</head>
<body>
<h1>California, the Golden State</h1>
<p>I love everything about California. There are many parks, beaches, and landmarks.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment