summaryrefslogtreecommitdiffstats
path: root/login.html
diff options
context:
space:
mode:
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>