summaryrefslogtreecommitdiff
path: root/views/privacy.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-12-27 00:08:47 +0000
committerAaron Parecki <aaron@parecki.com>2014-12-27 00:08:47 +0000
commit89afcc13490b7f89ddd1301394acef34682d52b2 (patch)
treea2f85f0a024e59d0de60e409db7b2f42f46e3863 /views/privacy.php
parent3f090eeb306dec5041d3c2c3b6baa3434f31802b (diff)
add privacy policy stub
Diffstat (limited to 'views/privacy.php')
-rw-r--r--views/privacy.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/views/privacy.php b/views/privacy.php
new file mode 100644
index 0000000..acdf235
--- /dev/null
+++ b/views/privacy.php
@@ -0,0 +1,12 @@
+<div class="narrow">
+ <?= partial('partials/header') ?>
+
+ <h2>Privacy Policy</h2>
+
+ <p>Quill enables you to post text, bookmarks and likes to your own wbesite</p>
+
+ <p>Quill does not store your posts itself, but does cache the last response from your website and provides it to you for debugging purposes.</p>
+
+ <p>If you connect Quill to your Facebook or Twitter account, Quill can post to those sites on your behalf. Quill will never post anything to your accounts without an explicit action on your part.</p>
+
+</div>