aboutsummaryrefslogtreecommitdiff
path: root/counter
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2020-02-11 01:34:55 +0000
committerFelix Hanley <felix@userspace.com.au>2020-02-11 01:34:55 +0000
commit2ed87138fdeb18152036712d175ff553a83a5eaf (patch)
tree1406aa3843aa470e240597e97dd950f7e1fa4d65 /counter
parentd7cd138025572c59bfc4964e464d899f396b7e41 (diff)
downloadsws-2ed87138fdeb18152036712d175ff553a83a5eaf.tar.gz
sws-2ed87138fdeb18152036712d175ff553a83a5eaf.tar.bz2
Migrate using database/sql
Diffstat (limited to 'counter')
-rw-r--r--counter/test.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/counter/test.html b/counter/test.html
new file mode 100644
index 0000000..ef2f621
--- /dev/null
+++ b/counter/test.html
@@ -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?s=http%3A&h=localhost%3A5000&p=%2F?noscript&r=&u=Mozilla%2F5.0%20(Windows%20NT%2010.0%3B%20Win64%3B%20x64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F69.0.3497.32%20Safari%2F537.36&v=1916x563" />
+ </noscript>
+ </head>
+ <body>
+ <a href="?referred">test</a>
+ </body>
+</html>