diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-09 00:38:26 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-09 00:38:26 +0100 |
commit | 70aa7a5cb9de83c0966985618d6e6d4d4400dd0d (patch) | |
tree | 034c862909cbd070e03612395b9a6d85a1c2c9eb /pages/tos.html | |
parent | added http://beziapp/?m=Name Surname to redirect to the messaging page with prefilled recipient (diff) | |
download | beziapp-70aa7a5cb9de83c0966985618d6e6d4d4400dd0d.tar beziapp-70aa7a5cb9de83c0966985618d6e6d4d4400dd0d.tar.gz beziapp-70aa7a5cb9de83c0966985618d6e6d4d4400dd0d.tar.bz2 beziapp-70aa7a5cb9de83c0966985618d6e6d4d4400dd0d.tar.lz beziapp-70aa7a5cb9de83c0966985618d6e6d4d4400dd0d.tar.xz beziapp-70aa7a5cb9de83c0966985618d6e6d4d4400dd0d.tar.zst beziapp-70aa7a5cb9de83c0966985618d6e6d4d4400dd0d.zip |
Diffstat (limited to '')
-rw-r--r-- | pages/tos.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/tos.html b/pages/tos.html index 2f0304c..8623cb2 100644 --- a/pages/tos.html +++ b/pages/tos.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <meta name="google" content="notranslate"> <title>Terms and Conditions</title> <!-- Materialize --> @@ -118,4 +119,4 @@ </body> -</html>
\ No newline at end of file +</html> |