summaryrefslogtreecommitdiff
path: root/template/browser.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/browser.st')
-rwxr-xr-xtemplate/browser.st9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/browser.st b/template/browser.st
new file mode 100755
index 0000000..f9439d6
--- /dev/null
+++ b/template/browser.st
@@ -0,0 +1,9 @@
+<html>
+ <body>
+ $if(nick)$
+ Hello, $nick$
+ $else$
+ Hello, unnamed
+ $endif$
+ </body>
+</html>