diff --git a/index.html b/index.html index 5c6f052..e853ed7 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + @@ -71,6 +71,9 @@
+ diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..3913b57 --- /dev/null +++ b/privacy.html @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Privacy Policy - Litruv + + + +
+
+ Avatar +
+

Litruv

+
Privacy Policy
+
+ +
+

Privacy Policy

+ +

I respect your privacy.

+ +

Apps

+

My apps do not collect, store, or share any personal information. No analytics, no tracking, no funny business.

+ +

Website

+

This website may collect anonymous usage data (such as page views or general browser information) to help improve functionality and performance. This data is non-personal and cannot be used to identify you. I do not sell or share this data with third parties.

+

Additionally, this website uses Cloudflare for performance and security. Cloudflare may collect its own analytics and statistical data as per their privacy policy.

+ +

By using this site, you agree to this policy.

+
+
+ + + + + diff --git a/sitemap.xml b/sitemap.xml index 3a19282..d923145 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -18,4 +18,9 @@ 2025-02-09T22:00:52+00:00 0.80 + + https://lit.ruv.wtf/privacy.html + 2025-02-09T22:00:52+00:00 + 0.50 + diff --git a/style.css b/style.css index 3ec0baf..d382aee 100644 --- a/style.css +++ b/style.css @@ -255,3 +255,19 @@ h1:hover { color: white; } +footer { + text-align: center; + margin-top: 3rem; + margin-bottom: 2rem; + font-size: 0.9rem; +} + +footer a { + color: #f0f0f0; + text-decoration: underline; +} + +footer a:hover { + color: #2563eb; +} +