diff options
Diffstat (limited to 'app/views/pages/static/privacy.scala.html')
-rw-r--r-- | app/views/pages/static/privacy.scala.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/pages/static/privacy.scala.html b/app/views/pages/static/privacy.scala.html new file mode 100644 index 0000000..dd6898a --- /dev/null +++ b/app/views/pages/static/privacy.scala.html | |||
@@ -0,0 +1,15 @@ | |||
1 | @()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) | ||
2 | |||
3 | @templates.ebe("Privacy policy")(request.account) { | ||
4 | |||
5 | <div class="pure-g"> | ||
6 | <div class="pure-u-1 pure-u-lg-1-2 centered"> | ||
7 | <h2>Privacy policy</h2> | ||
8 | <ul> | ||
9 | <li>We read your passwords.</li> | ||
10 | <li>But we do not use Google Analytics or any third-party nasty thing.</li> | ||
11 | </ul> | ||
12 | </div> | ||
13 | </div> | ||
14 | |||
15 | } | ||