doc/mod_websh/htdocs/index.html (15 lines of code) (raw):

<html> <head> <title>Sample mod_websh page</title> </head> <body> <h1>Welcome to Websh</h1> <p>Time on your server is currently {web::put [clock format [clock seconds]]}.<br> Note that the above line is written as:<pre>Time on your server is currently \{web::put [clock format [clock seconds]]\}.</pre> </p> <p>Test different Websh <a href="other.html">markup in HTML</a></p> <p>Test sample App <a href="myApp.ws3">myApp.ws3</a> that shows command dispatching on the same URL</p> <p>For Websh documentation refer to <a href="http://tcl.apache.org/websh">http://tcl.apache.org/websh</a></p> </body> </html>