cbprivacy.php 748 B

12345678910111213141516171819202122
  1. <?php
  2. $bodyclasses = 'page';
  3. $title = 'Circular Bells privacy policy';
  4. $tagline = '';
  5. $description = 'Privacy policy for Circular Bells';
  6. $keywords = '';
  7. $twitter_image = '';
  8. ?>
  9. <?=i('_header')?>
  10. <article class="body grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-0">
  11. <section class="full col-start-1 sm:col-span-2">
  12. <h2>Circular Bells Privacy Policy</h2>
  13. <p>Circular Bells does not collect personal data without your consent.</p>
  14. <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>
  15. <p><strong>This may change in the future, and you will be informed</strong></p>
  16. <p>&nbsp;</p>
  17. </section>
  18. </article>
  19. <?=i('_footer')?>