12345678910111213141516171819202122 |
- <?php
- $bodyclasses = 'page';
- $title = 'Circular Bells privacy policy';
- $tagline = '';
- $description = 'Privacy policy for Circular Bells';
- $keywords = '';
- $twitter_image = '';
- ?>
- <?=i('_header')?>
- <article class="body grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-0">
- <section class="full col-start-1 sm:col-span-2">
- <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>
- <p> </p>
- </section>
- </article>
- <?=i('_footer')?>
|