Skip to content

Instantly share code, notes, and snippets.

@caitfriedlander
Last active May 22, 2018 20:32
Show Gist options
  • Select an option

  • Save caitfriedlander/109609c28b8a1bbde1fbb125efa3fc5c to your computer and use it in GitHub Desktop.

Select an option

Save caitfriedlander/109609c28b8a1bbde1fbb125efa3fc5c to your computer and use it in GitHub Desktop.
I'm awesome! // source http://jsbin.com/tiyiyad
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>I'm awesome!</title>
</head>
<body>
<h1>Hi, I'm awesome.</h1>
<p><a href="http://twitter.com/GA">Follow me</a> on Twitter. Send me an <a href="mailto:[email protected]"> email </a>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment