summaryrefslogtreecommitdiff
path: root/views/about/privacy.ejs
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-11-15 16:23:17 +0100
committerJules Laplace <julescarbon@gmail.com>2019-11-15 16:23:17 +0100
commit9d8b2c74e57e1dd7aa31211fcbbfb7e7d1f97307 (patch)
tree7710c9912a68f2f9046e7915fe6157072b44dc18 /views/about/privacy.ejs
parent9a5814e462b827dbd4a709edebf94fa5a65a26fa (diff)
copy edit
Diffstat (limited to 'views/about/privacy.ejs')
-rw-r--r--views/about/privacy.ejs27
1 files changed, 27 insertions, 0 deletions
diff --git a/views/about/privacy.ejs b/views/about/privacy.ejs
new file mode 100644
index 0000000..3b748bf
--- /dev/null
+++ b/views/about/privacy.ejs
@@ -0,0 +1,27 @@
+<!doctype html>
+<html>
+<head>
+ <title>About VValls</title>
+ [[ include ../partials/meta ]]
+</head>
+<body class="loading">
+ <div class="rapper page">
+ [[ include ../partials/header ]]
+
+ <h1 class="leader">Privacy Policy</h1>
+
+ <div class="projectList about aboutintro">
+ <div class="inner">
+ When you log into VValls we store cookies to make sure we know you're logged in. If you sign up, we store your email address, but you can always sign up with a fictitious email address. We will never sell your data. We are not responsible for third party privacy policies, e.g. embedding a Youtube video, but we encourage you to run an ad blocker.
+ </div>
+ </div>
+
+ [[ include ../partials/confirm-modal ]]
+ [[ include ../projects/layouts-modal ]]
+ [[ include ../partials/sign-in ]]
+ [[ include ../partials/footer ]]
+
+ </div>
+</body>
+[[ include ../partials/scripts ]]
+</html>