Last active
May 22, 2018 20:32
-
-
Save caitfriedlander/109609c28b8a1bbde1fbb125efa3fc5c to your computer and use it in GitHub Desktop.
I'm awesome! // source http://jsbin.com/tiyiyad
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> | |
| <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