Created
January 31, 2017 12:43
-
-
Save xavi-/b7284e6d2d47b823d7cfda6cf1f43b89 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=b7284e6d2d47b823d7cfda6cf1f43b89
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>Page Title</title> | |
</head> | |
<body> | |
<h1>About Zozo</h1> | |
<img src="https://raw.githubusercontent.com/xavi-/random/master/zozo.jpg"> | |
<p> | |
Zozo is darling puppy known for sparkling personality and agility. | |
Zozo has been known to jump over 4 feet into the air on to the back of couches and to run up 4 flights of stairs in a blink of an eye. She loves burrowing under blankets and chewing on stuffed animals. | |
</p> | |
<ul> | |
<li><strong>Born:</strong> October 19, 2007 (age 10 years), <a href="https://www.google.com/search?q=Boston">Boston, Massachusetts</a></li> | |
<li><strong>Residence:</strong> <a href="https://www.google.com/search?q=San+Francisco">San Francisco, California</a></li> | |
<li><strong>Occupation:</strong> Full time puppy</li> | |
<li><strong>Awards:</strong> Puppy of the Year 8 years running</li> | |
<li><strong>Known alias:</strong> <em>Zoey</em>, <em>Zoey da Zozo</em>, <em>Da Zozo</em>, <em>Tiny Z</em>, <em>TZ-sicles</em>, <em>Zeepers Keepers</em>, <em>Z Dog</em>, <em>Tiny Vats</em>, <em>Queen Z</em>, <em>Tiny Puppia</em>, <em>The Notorious ToZ</em>, <em>Puppia of the Century</em></li> | |
</ul> | |
</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
body { background: #daede2; font-family: arial; } | |
img { width: 200px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment