diff options
| author | Felix Hanley <felix@userspace.com.au> | 2020-02-13 05:41:24 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2020-02-13 05:41:24 +0000 |
| commit | cc379fec51cfd3d57a8342f9e0f43e7feed606bd (patch) | |
| tree | 73410adb712ed869c2137d031e67bd5acab100f0 /templates/example.tmpl | |
| parent | 42fdc3943805531394a983b98365dc260dbb6279 (diff) | |
| download | sws-cc379fec51cfd3d57a8342f9e0f43e7feed606bd.tar.gz sws-cc379fec51cfd3d57a8342f9e0f43e7feed606bd.tar.bz2 | |
Add template generator
Diffstat (limited to 'templates/example.tmpl')
| -rw-r--r-- | templates/example.tmpl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/example.tmpl b/templates/example.tmpl new file mode 100644 index 0000000..75d28b6 --- /dev/null +++ b/templates/example.tmpl @@ -0,0 +1,19 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <script> + var _sws = { + title: "test title" + } + </script> + <script async src="http://localhost:5000/sws.js"></script> + <title>This is the title</title> + <noscript> + <img src="http://localhost:5000/sws.gif" /> + </noscript> + </head> + <body> + <a href="?referred">test</a> + </body> +</html> |
