legacy/neowebscript/index.html (50 lines of code) (raw):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>NeoWebScript</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    
	<table align="center" width="63%" border="0">
	<tr>
	<td align="center" valign="top">
	<h1 style="padding: .3em;">
    
NeoWebScript
	</h1>
	</td>
	</tr>
	</table>
	<hr>
    
    <table width="75%" border="0">
	<tr>
	    <td bgcolor="#cccccc" width="20%" valign="top" align="left">
    <b>
      <a href="../">Apache Tcl Home</a><br></br>
      <hr></hr>
      <a href=".">Home</a><br></br>
       <a href="about.html">About</a><br></br>
      <a href="http://nws.sourceforge.net/">Website</a><br></br>
      <a href="http://sourceforge.net/projects/nws/">SF Project</a><br></br>
  </td>
  <td width="5%">	</td>
	  <td valign="top">
	    <p>
	      NeoWebScript is an open source scripting module for the Apache webserver.
	      Based on the Tcl programming language, it has a number of powerful features,
	      including the ability to embed Tcl code into HTML pages, access and manipulate
	      databases, and generate graphics on-the-fly, among many others.
	    </p>
	    <p>
	      NeoWebScript is currently hosted at SourceForge.
	    </p>
	    <p align="center">
	      <a href="http://www.apache.org/"><img src="../apache_pb.gif"
						  alt="Powered by Apache" border="0"
						  width="259"
						  height="32"></a>
	    </p>
	  </td>
	</tr>
    </table>
  </body>
</html>