home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 July / www_07_1999.iso / prez / amiga / apache_1_0_5.lha / apache_1.0.5 / cgi-bin / test.rexx < prev    next >
OS/2 REXX Batch file  |  1996-06-28  |  103b  |  7 lines

  1. /*Testing it*/
  2. echo "Content-type: text/html"
  3. echo ""
  4. echo "Hi there"
  5. echo "<h2> This is a test</h2>"
  6.  
  7.