codingoutloud
7/26/2012 - 8:12 PM

Display a Public Blob in another HTML Page with an IFRAME

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>