presentations/rivet/embed-tcl.tcl (
9
lines of code) (
raw
):
puts -nonewline " <html> <body> <h1>Rivet Example</h1>" puts "The time is now:" puts [clock format [clock seconds]] puts -nonewline " </body> </html>"