Last active
March 16, 2018 04:56
-
-
Save summerscope/71c51cbe391c96473d08dfe2e994bd68 to your computer and use it in GitHub Desktop.
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
| <body> | |
| <h1>Heya this is an awesome header</h1> | |
| <ul> | |
| <li>I like lists</li> | |
| <li>They help me organise my ideas</li> | |
| </ul> | |
| <p>Let's add a paragraph of text. This can be one or more sentences. It's up to you, really! What about adding <a href="https://chrome.google.com/webstore/detail/tabby-cat/mefhakmgclhhfbdadeojlkbllmecialg?hl=en" target="_blank">a link</a> to somewhere I think is awesome!?</p> | |
| <img src="https://i.pinimg.com/originals/6d/df/b0/6ddfb07439fab9f2684e5807dfc01e82.gif" alt="kittah loves you" width="303" height="226"/> | |
| <!-- Note that some other stuff may be here --> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment