From fc66b376cb3a2c73843cc882d500cfd743c0790e Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 00:13:40 +0200 Subject: dist should work, TODO: minify and bundle --- dist/pages/privacypolicy.html | 58 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 dist/pages/privacypolicy.html (limited to 'dist/pages/privacypolicy.html') diff --git a/dist/pages/privacypolicy.html b/dist/pages/privacypolicy.html new file mode 100644 index 0000000..24048d4 --- /dev/null +++ b/dist/pages/privacypolicy.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + Privacy policy « BežiApp + + + + + + + + + + + + + + + + + + + + + + + + + +
+

thePrivacyPolicy

+

privacyImportant

+

privacyOnlyAskedWhen

+

privacyDataCollection

+

privacySharingData

+

privacyExternalSites

+

privacyRefuse

+

privacyAcceptWithUse

+
+

privacyEffectiveAsOf 29 January 2020.

+
+ + -- cgit v1.2.3 From 831563c8ecb2854ceba73c284719b7579c0a3bbc Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 16:14:07 +0200 Subject: Experimental theme support --- dist/pages/privacypolicy.html | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/pages/privacypolicy.html') diff --git a/dist/pages/privacypolicy.html b/dist/pages/privacypolicy.html index 24048d4..301ff88 100644 --- a/dist/pages/privacypolicy.html +++ b/dist/pages/privacypolicy.html @@ -25,6 +25,7 @@ + -- cgit v1.2.3 From 730722259f6f079c930f6fcce1c2f1e715d3df63 Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 20:25:10 +0200 Subject: CSS --- dist/pages/privacypolicy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/pages/privacypolicy.html') diff --git a/dist/pages/privacypolicy.html b/dist/pages/privacypolicy.html index 301ff88..233978d 100644 --- a/dist/pages/privacypolicy.html +++ b/dist/pages/privacypolicy.html @@ -37,7 +37,7 @@

thePrivacyPolicy

-

privacyImportant

-

privacyOnlyAskedWhen

-

privacyDataCollection

-

privacySharingData

-

privacyExternalSites

-

privacyRefuse

-

privacyAcceptWithUse

+

privacyImportant

+

privacyOnlyAskedWhen

+

privacyDataCollection

+

privacySharingData

+

privacyExternalSites

+

privacyRefuse

+

privacyAcceptWithUse


-

privacyEffectiveAsOf 29 January 2020.

+

privacyEffectiveAsOf 29 January 2020.

-- cgit v1.2.3 From 5fc29dc18a5b27dd8dbf45f8dd67e42ee74419fb Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 14:11:48 +0200 Subject: install scritp fix --- dist/pages/privacypolicy.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 dist/pages/privacypolicy.html (limited to 'dist/pages/privacypolicy.html') diff --git a/dist/pages/privacypolicy.html b/dist/pages/privacypolicy.html old mode 100644 new mode 100755 -- cgit v1.2.3