You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by sh...@apache.org on 2001/07/08 19:10:15 UTC

cvs commit: jakarta-taglibs/benchmark/examples/web index.html

shawn       01/07/08 10:10:15

  Added:       benchmark/examples/web index.html
  Log:
  New documentation
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/benchmark/examples/web/index.html
  
  Index: index.html
  ===================================================================
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <html>
  <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <title>Jakarta Taglibs: "Benchmark" Taglib Example</title>
  </head>
  <body bgcolor="#FFFFFF">
  
  <center>
  <h1>
  Jakarta Taglibs:  "Benchmark" Taglib Example</h1></center>
  <br>
  <ul>
    <li><a href="benchmark1.jsp">Output from example 1 (benchmark1.jsp)</a></li>
    <li><a href="benchmark2.jsp">Output from example 1 (benchmark2.jsp)</a></li>
  </ul>
  
  </body>
  </html>