Skip to content

Instantly share code, notes, and snippets.

@codingoutloud
Created July 26, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingoutloud/3184240 to your computer and use it in GitHub Desktop.
Save codingoutloud/3184240 to your computer and use it in GitHub Desktop.
Display a Public Blob in another HTML Page with an IFRAME
<html>
<body>
<iframe
width="100%"
src="http://pop.blob.core.windows.net/popstats/last-github-commit.txt"
frameborder="0"
scrolling="no"
name="lastGithubCommit"
title="Last Github commit."/>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment