<%
# $Id: index.php,v 1.5 2005/01/02 22:04:24 hirokai Exp $
include( "../modules/utils.inc.php" );
%>
<title> feed me tools : useful feedmelinks sidebars </title>
<% include( "$modules/header.inc.php" ); %>
<style type="text/css">
.d {
width: 160px;
float: left;
border: 1px solid #dddddd;
margin: 1em;
padding: 1em;
text-align: center;
font-weight: bold;
}
</style>
<br />
<h2>Handy Feedmelinks Sidebars!</h2>
<h3>choose which web browser you use:</h3>
<div class="d">
<a href="recent-kompact" target="_search">
<img src="/img/ie-icon.gif" style="padding: 3px;" border="0">
Internet Explorer
</a>
</div>
<div class="d">
<a href="recent-kompact" target="_search">
<img src="/img/firefox-icon.gif" style="padding: 3px;" border="0">
Firefox
</a>
</div>
<div class="d">
<a href="/sidebars/mozilla">
<img src="/img/mozilla-icon.gif" style="padding: 3px;" border="0">
Mozilla
</a>
</div>
<% include_once( "$modules/footer.inc.php" ); %>