diff options
Diffstat (limited to 'template/browser.st')
| -rwxr-xr-x | template/browser.st | 9 |
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> |
