diff options
Diffstat (limited to 'app/views/pages/static/terms.scala.html')
-rw-r--r-- | app/views/pages/static/terms.scala.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/pages/static/terms.scala.html b/app/views/pages/static/terms.scala.html new file mode 100644 index 0000000..3ccadc7 --- /dev/null +++ b/app/views/pages/static/terms.scala.html | |||
@@ -0,0 +1,16 @@ | |||
1 | @()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) | ||
2 | |||
3 | @templates.ebe("Terms of use")(request.account) { | ||
4 | |||
5 | <div class="pure-g"> | ||
6 | <div class="pure-u-1 pure-u-lg-1-2 centered"> | ||
7 | <h2>Terms of use</h2> | ||
8 | <ul> | ||
9 | <li>Do not use this application.</li> | ||
10 | <li>You should not be reading this.</li> | ||
11 | <li>Close this window now.</li> | ||
12 | </ul> | ||
13 | </div> | ||
14 | </div> | ||
15 | |||
16 | } | ||