Created
December 7, 2016 13:37
-
-
Save v/17b7d1c661f58999b99fe89e8018772d to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=17b7d1c661f58999b99fe89e8018772d
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> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <div> | |
| <h1> The Daily Bugle </h1> | |
| <button> | |
| Subscribe to our newsletter | |
| </button> | |
| </div> | |
| <div> | |
| <img src="http://placehold.it/500x600" /> | |
| <h3> Crazy thing happens at place </h3> | |
| <button> | |
| Favorite this post | |
| </button> | |
| <p> The name of the city we call Bangkok is 115 letters long in The Thai language. Jack is the most common name in nursery rhymes. Porcupines each have 30,000 quills. To fix a button about to fall off, dab a little clear nail polish over the threads holding it on. Stepping out for a walk every day can actually help you sleep better at night. </p> | |
| </div> | |
| <div> | |
| <img src="http://placehold.it/200x200" /> | |
| <h3> 10 reasons you should go to Philly this Spring </h3> | |
| <p> Forty percent of America's population lives within a one-day drive to Philadelphia. </p> | |
| </div> | |
| <div> | |
| <img src="http://placehold.it/200x200" /> | |
| <h3> Cats are on the internet </h3> | |
| <p> A group of cats is called a 'clowder'. </p> | |
| </div> | |
| <div> | |
| <img src="http://placehold.it/200x200" /> | |
| <h3> William McKinley did a thing </h3> | |
| <p> William McKinley had a pet parrot that he named Washington Post. </p> | |
| </div> | |
| </body> | |
| </html> |
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
| {"enabledLibraries":["bootstrap"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment