Skip to content

Instantly share code, notes, and snippets.

@mager
Last active August 29, 2015 14:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mager/d7dba8eb6fff4646641a to your computer and use it in GitHub Desktop.
Save mager/d7dba8eb6fff4646641a to your computer and use it in GitHub Desktop.
instaspot-01-index.html
<!doctype html>
<html>
<head>
<title>instaspot</title>
</head>
<body>
<header>
<h1>instaspot<span> Find the most popular photos and videos on <a href="http://www.instagram.com">Instagram</a> (refresh for more)</span></h1>
</header>
<section>
<div class="spot">
<p><a href="http://instagram.com/mager" target="_blank">mager</a></p>
<a href="http://instagram.com/p/o6Ps7WnRMq/" target="_blank"><img src="http://scontent-b-sjc.cdninstagram.com/hphotos-xpf1/t51.2885-15/10413211_340453886106077_2033439702_s.jpg" /></a>
</div>
</section>
<script src="bower_components/angular/angular.js"></script>
<script src="js/application.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment