coar 00/11/16 09:06:42
Modified: . index.html
Log:
Put in some real HTML, at least..
Revision Changes Path
1.2 +21 -1 apr-site/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/apr-site/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- index.html 2000/11/14 06:26:41 1.1
+++ index.html 2000/11/16 17:06:42 1.2
@@ -1 +1,21 @@
-Just a placeholder....
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+ <title>The Apache Portable Run-Time</title>
+ <body>
+ <table border="0" width="95%">
+ <tr align="center" valign="center">
+ <td><img src="http://www.apache.org/foundation/images/asf_logo.gif"
+ width="387" height="100" alt="The Apache Software Foundation"></td>
+ <td><h1 align="center">Portable Run-Time Project</h1></td>
+ </tr>
+ </table>
+ <p>
+ This project is currently being split off from Version 2.0 work of the
+ Apache <a href="http://httpd.apache.org/">HTTP server project</a>.
+ More information will be forthcoming as the situation develops and
+ the split progresses.
+ </p>
+ </body>
+</html>