diff options
Diffstat (limited to '')
-rw-r--r-- | login.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |