Syntax Listing --- index
<html>
<head>
</head>
<body>
<style type="text/css">
.ft{
width: 48%;
clear: top;
}
.left{
float: left;
}
.right{
float: right;
}
</style>
<div>
<h3>extremetomato.com</h3>
<p>This site is basically a file browser, use the menu to the left.</p>
<p>If there is no menu, <a href="browse/"> click here</a></p>
</div>
<div class="ft left">
<h3>Delicious, Delicious Bookmarks</h4>
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/extreme_tomato?title=&icon=rss&count=10&bullet=%E2%80%A2&sort=date&name&showadd"></script>
</div>
<div class="ft right">
<h3>LastFM</h3>
<a href="http://www.last.fm/user/ExtremeTomato/?chartstyle=greis"><img src="http://imagegen.last.fm/greis/recenttracks/ExtremeTomato.gif" border="0" alt="ExtremeTomato's Profile Page" /></a>
</div>
<!-- yeah, this is poor, but it works. -->
<hr style="clear: both; border: none;" >
<div class="ft right">
<h3>Facilebook</h3>
<!-- Facebook Badge START --><a href="http://en-gb.facebook.com/wattams" title="Stephen Wattam" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Stephen Wattam</a><span style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; line-height: 16px; font-variant: normal; font-style: normal; font-weight: normal; color: #555555; text-decoration: none;"> | </span><a href="http://en-gb.facebook.com/facebook-widgets/" title="Make your own badge!" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Create your badge</a><br/><a href="http://en-gb.facebook.com/wattams" title="Stephen Wattam" target="_TOP"><img src="http://badge.facebook.com/badge/792379774.3611.365728466.png" width="388" height="84" style="border: 0px;" /></a><!-- Facebook Badge END -->
</div>
<div class="ft left">
<h3>Realtime Narcissism</h3>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 7,
interval: 6000,
width: 400,
height: 300,
theme: {
shell: {
background: '#dddddd',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#bfbfbf',
links: '#000000'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('ExtremeTomato').start();
</script>
</div>
</body>
</html>