Last active
January 31, 2017 21:43
-
-
Save xavi-/d101bbe864a2f49ddcdd014eac467fda to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=d101bbe864a2f49ddcdd014eac467fda
This file contains 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 cute face. She loves burrowing under blankets and chewing on stuffed animals. | |
</p> | |
<ul> | |
<li><strong>Born:</strong> October 19, 2006 (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>Awards:</strong> Puppy of the Year 8 years running</li> | |
<li><strong>Known alias:</strong> <em>Zoey</em>, <em>Zoey da Zozo</em>, <em>Tiny Z</em>, <em>The Notorious ToZ</em></li> | |
</ul> | |
</body> | |
</html> |
This file contains 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: 150px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment