You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2001/08/14 00:06:07 UTC

cvs commit: xml-axis/java/docs index.html

gdaniels    01/08/13 15:06:07

  Added:       java/docs index.html
  Log:
  Add an index.html just for kicks
  
  Revision  Changes    Path
  1.1                  xml-axis/java/docs/index.html
  
  Index: index.html
  ===================================================================
  <html>
  <head>
  <title>Axis User's Guide</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <style type="text/css">
  <!--
  body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  h3 {  margin-left: -10px}
  h1 {  margin-left: -30px}
  -->
  </style>
  </head>
  <body>
  <h1 align="center"><IMG height=96 src="axis.jpg" width=176></h1>
  <h1>Documentation</h1>
  <ul>
   <li><a href="install.html">Installation Instructions</a></li>
   <li><a href="user-guide.html">User's Guide</a></li>
  </body>
  </html>