From 2685c4c31ffad356a73f1e0ec69606b6136bca47 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 2 Apr 2025 16:19:57 -0400 Subject: Move HTML into script --- examples/http-server/sample-site/random.tm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'examples/http-server/sample-site') diff --git a/examples/http-server/sample-site/random.tm b/examples/http-server/sample-site/random.tm index 7d183ee9..502618e8 100755 --- a/examples/http-server/sample-site/random.tm +++ b/examples/http-server/sample-site/random.tm @@ -2,4 +2,16 @@ use random func main(): - say("Random: $(random:int(1,100))") + say(" + + + + Random Number + + + +

Random Number

+ Your random number is: $(random:int(1,100)) + + + ") -- cgit v1.2.3