From b90f9a5aa9d82c2b609377641d38108dacf071ca Mon Sep 17 00:00:00 2001 From: severak Date: Mon, 20 Jan 2020 16:27:50 +0100 Subject: [PATCH] Better home page working also as privacy policy. --- index.html | 33 +++++++++++++++++++++++++++++++-- stats.php | 2 ++ 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 20e7258..29b1089 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,42 @@ Millions + + +
+

Welcome to Millions

an experimental non-tracking web counter/analytics inspired by plausible.io and Simple analytics

-

We are millions
- And millions are like one

+

Take a look at our stats.

+ +

What do we collect?

+ + + +

We do not use cookies. Instead we use referrer to count unique visitors.

+ +

We respect Do not track settings.

+ +
+ +
+ We are millions
+ And millions are like one +
-- Laibach
+
+ +
+ source code + +
\ No newline at end of file diff --git a/stats.php b/stats.php index 7dc050b..75f5416 100644 --- a/stats.php +++ b/stats.php @@ -192,6 +192,8 @@ if (count($byRefs)) { echo ''; } ?> +
+ about/privacy policy