diff options
Diffstat (limited to 'tmpl/example.tmpl')
| -rw-r--r-- | tmpl/example.tmpl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tmpl/example.tmpl b/tmpl/example.tmpl deleted file mode 100644 index 8524cf3..0000000 --- a/tmpl/example.tmpl +++ /dev/null @@ -1,17 +0,0 @@ -{{ define "example" }} -<!doctype html> -<html> - <head> - <meta charset="utf-8"> - <title>This is the title</title> - <script>_sws = { local: true }</script> - <script async src="http://localhost:5000/sws.js" data-id="1"></script> - <noscript> - <img src="http://localhost:5000/sws.gif" /> - </noscript> - </head> - <body> - <a href="?referred">test</a> - </body> -</html> -{{ end }} |
