Skip to content

Instantly share code, notes, and snippets.

@sarahmeyer
Last active April 4, 2016 21:46
Show Gist options
  • Save sarahmeyer/4d808ac07db86ba0d7a6fa793213863f to your computer and use it in GitHub Desktop.
Save sarahmeyer/4d808ac07db86ba0d7a6fa793213863f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>TITLE OF YOUR WEBPAGE</title>
<link href="index.css" rel="stylesheet">
</head>
<body>
<img src="URL OF AN IMAGE" />
<h1>TITLE OF YOUR WEBPAGE</h1>
<p>TELL ME SOMETHING</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment