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 ca...@apache.org on 2001/05/21 22:46:11 UTC

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

catlett     01/05/21 13:46:11

  Added:       random/examples/web index.html
  Log:
  first import of random taglib
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/random/examples/web/index.html
  
  Index: index.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  <html>
    <head>
      <title>Random taglib example</title>
    </head>
  
  <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
  
  <center>
  <h1>
  Random Taglib Example</h1></center>
  <br>
  The example jsp page for the Random taglib requires no additional
  packages to work. 
  <br><br>
  See the output from the <a href="random.jsp">random.jsp</a> example page.<br>
  See the source from the <a href="random.txt">random.jsp</a> example page.
  </body>
  </html>