Created
July 26, 2012 20:12
-
-
Save codingoutloud/3184240 to your computer and use it in GitHub Desktop.
Display a Public Blob in another HTML Page with an IFRAME
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
<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