<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Web Messenger</title> <link rel="stylesheet" type="text/css" href="styles.css"> <link rel="stylesheet" type="text/css" href="niftyCorners.css"> <script type="text/javascript" src="niftycube.js"></script> <script type="text/javascript"> window.onload=function(){ Nifty("ul#nav a","small transparent top"); Nifty("div#side",""); } </script> </head> <body> <div id="header"> <div id="title"> <h1><strong>Web Messenger</strong> — open-source live support software</h1> <big>allows visitors of your site to chat with your operators</big> </div> <div id="menu"> <ul id="nav"> <li id="home"><a href="index.html">home</a></li> <li id="who"><a href="features.html">features</a></li> <li id="prod" class="activelink"><a href="demo.html">demo</a></li> <li id="serv"><a href="download.html">download</a></li> </ul> </div> </div> <div id="container"> <div id="content"> <h3>DEMO</h3> <p>Sorry, demo is not available yet.</p> </div> </div> </body> </html>