Skip to content

Instantly share code, notes, and snippets.

@gavinhogan
Forked from anonymous/hoganfavs.html
Created April 10, 2014 11:34
Show Gist options
  • Save gavinhogan/10371404 to your computer and use it in GitHub Desktop.
Save gavinhogan/10371404 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head><title>Favs</title></head>
<body>
<h1>Our Favorite Sites</h1>
<div>
<a href="http://www.nickjr.com/">
<img src="http://www.nickjr.com/assets/repaint/new-logo.jpg"/>
</a>
</div>
<div>
<a href="http://pbskids.org/">
<img src="http://pbskids.org/shell/images/content/pbs-kids-logo.svg"/>
</a>
</div>
<div>
<a href="http://disneyjunior.com/">
<img src="http://a.dilcdn.com/j/logo_junior-d0083e750658.png"/>
</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment