|
@@ -0,0 +1,21 @@
|
|
|
+<?php
|
|
|
+$bodyclasses = 'page';
|
|
|
+$title = 'Circular Bells privacy policy';
|
|
|
+$tagline = '';
|
|
|
+$description = 'Privacy policy for Circular Bells';
|
|
|
+$keywords = '';
|
|
|
+$twitter_image = '';
|
|
|
+?>
|
|
|
+
|
|
|
+<?=i('_header')?>
|
|
|
+
|
|
|
+ <article class="body">
|
|
|
+ <section class="full">
|
|
|
+ <h2>Circular Bells Privacy Policy</h2>
|
|
|
+ <p>Circular Bells does not collect personal data without your consent.</p>
|
|
|
+ <p>At the moment of writing (25 October 2016) Circular Bells does not collect any personal data at all, neither accesses any sensitive data on your device.</p>
|
|
|
+ <p><strong>This may change in the future, and you will be informed</strong></p>
|
|
|
+ </section>
|
|
|
+ </article>
|
|
|
+
|
|
|
+<?=i('_footer')?>
|