Created
May 21, 2012 08:24
-
-
Save deanhume/2761155 to your computer and use it in GitHub Desktop.
Feedburner Updated
This file contains hidden or 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
<!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