Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created May 21, 2012 08:24
Show Gist options
  • Save deanhume/2761155 to your computer and use it in GitHub Desktop.
Save deanhume/2761155 to your computer and use it in GitHub Desktop.
Feedburner Updated
<!DOCTYPE html>
<html>
<head>
<title>A simple blog feed reader</title>
<style type="text/css">
html
{
width: 400px;
}
a:link, a:hover, a:active
{
font-size: 12px;
color: black;
}
a:visited
{
font-size: 12px;
color: grey;
}
body
{
font: normal x-small Verdana, Geneva, sans-serif;
font-size: 11px;
}
h1
{
font: normal 2.05em 'Trebuchet MS' , Helvetica, sans-serif;
}
ul
{
list-style-type: none;
}
a
{
}
</style>
</head>
<body>
<div align="center">
<img width="100" height="100" src="http://c512615.r15.cf3.rackcdn.com/logo.png" />
<h1>
A simple blog feed reader</h1>
</div>
<div>
<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>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment