summaryrefslogtreecommitdiff
path: root/views/about/privacy.ejs
diff options
context:
space:
mode:
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>