Skip to content

Instantly share code, notes, and snippets.

@xavi-
Last active January 31, 2017 21:43
Show Gist options
  • Save xavi-/d101bbe864a2f49ddcdd014eac467fda to your computer and use it in GitHub Desktop.
Save xavi-/d101bbe864a2f49ddcdd014eac467fda to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=d101bbe864a2f49ddcdd014eac467fda
<!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>
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