<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>wTag - README file</title>
<style>
#links {
width:100px;
}
#links a {
color:#333;
text-decoration:none;
}
#links a:hover {
color:blue;
text-decoration:none;
background-color:#eee;
}
</style>
</head>
<body>
<div id="links">
<a href="http://phpcandy.com">Demo</a>
<a href="http://phpcandy.com/minichat/shoutbox-features.php">Features</a>
<a href="http://phpcandy.com/minichat/shoutbox-installation.php">Installation</a>
</div>
</body>
</html>