diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-01-16 22:54:08 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-01-16 22:54:08 -0800 |
commit | 9fe3a8ff07733145847c84b27c983fb7986d6e70 (patch) | |
tree | b9425133909f9ddcd9b38dfab0b334540ff594e9 /views/privacy.php | |
parent | 21978c981ec2fc5c84041113510ebdd3e9a2d2fb (diff) | |
parent | 7071565345cf00ffcc942947e941f59b5093476b (diff) |
Merge branch 'master' of github.com:aaronpk/IndiePost
Diffstat (limited to 'views/privacy.php')
-rw-r--r-- | views/privacy.php | 12 |
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> |