summaryrefslogtreecommitdiffstats
path: root/login.html
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-01-29 16:33:47 +0100
committerrstular <rok@stular.eu>2020-01-29 16:33:47 +0100
commitba09f634323ffaf822a9076f21c3cbde221812d8 (patch)
tree847cf49beacc9c38260ef109bfca8f6418adb6e1 /login.html
parentInitial commit (diff)
downloadbeziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar
beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.gz
beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.bz2
beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.lz
beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.xz
beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.tar.zst
beziapp-ba09f634323ffaf822a9076f21c3cbde221812d8.zip
Diffstat (limited to 'login.html')
-rw-r--r--login.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/login.html b/login.html
index 30752ff..6fe37b0 100644
--- a/login.html
+++ b/login.html
@@ -19,7 +19,7 @@
<link rel="manifest" href="/manifest.json">
<script src="/js/app.js"></script>
- <link rel="shortcut icon" type="image/png" href="/favicon.png"/>
+ <link rel="shortcut icon" type="image/png" href="/favicon.png" />
<!-- iOS support -->
<link rel="apple-touch-icon" href="/img/icons/icon_96.png">
@@ -51,6 +51,10 @@
<div class="row">
<button id="login-button" class="btn waves-effect waves-light">Sign in</button>
</div>
+ <div class="row">
+ <p class="grey-text text-darken-2">By signing in, you agree to the <a href="/pages/tos.html">terms and conditions</a>
+ and the <a href="/pages/privacypolicy.html">privacy policy</a>.</p>
+ </div>
</div>
</div>
</body>