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>