Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created May 15, 2012 18:25
Show Gist options
  • Save deanhume/2703961 to your computer and use it in GitHub Desktop.
Save deanhume/2703961 to your computer and use it in GitHub Desktop.
Feedburner
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>A simple blog feed reader</h1>
<!-- The script goes here -->
<script src="http://feeds.feedburner.com/DeanHumesBlog?format=sigpro" type="text/javascript" >
</script>
<noscript>
<p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/DeanHumesBlog"></a>
<br/>Powered by FeedBurner</p>
</noscript>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment