Source of helloWorld.stt

<!-- $Header: /cvs/stx/stx/goodies/webServer/data/comancheSTT/helloWorld.stt,v 1.6 2004/09/28 18:30:54 ca Exp $ -->

<html>
  <head>
    <title>Hello World (STT-Demo)</title>
  </head>

  <body>
    <h1>Hello World !</h1>

    Today is <?stt = Date today  ?>
    and the current time is <?stt = Time now ?>.

    <hr><address>Served by your friendly <a href=http://www.exept.de>ST/X WebServer</a></address>

  </body>
</html>

  

Served by your friendly ST/X WebServer