diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-10 17:35:35 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-10 17:35:35 +0100 |
commit | 9f0de8234e069e0394d11891f9a14659ae91b319 (patch) | |
tree | fc698e49a726427c0b6b5d450c5ac161e1f16820 /pages/privacypolicy.html | |
parent | fixed missing cache in case of a logout (diff) | |
download | beziapp-9f0de8234e069e0394d11891f9a14659ae91b319.tar beziapp-9f0de8234e069e0394d11891f9a14659ae91b319.tar.gz beziapp-9f0de8234e069e0394d11891f9a14659ae91b319.tar.bz2 beziapp-9f0de8234e069e0394d11891f9a14659ae91b319.tar.lz beziapp-9f0de8234e069e0394d11891f9a14659ae91b319.tar.xz beziapp-9f0de8234e069e0394d11891f9a14659ae91b319.tar.zst beziapp-9f0de8234e069e0394d11891f9a14659ae91b319.zip |
Diffstat (limited to 'pages/privacypolicy.html')
-rw-r--r-- | pages/privacypolicy.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/privacypolicy.html b/pages/privacypolicy.html index 1154a19..6ff7f56 100644 --- a/pages/privacypolicy.html +++ b/pages/privacypolicy.html @@ -5,7 +5,7 @@ <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>Privacy policy</title> + <title>Privacy policy « BežiApp</title> <!-- Materialize --> <link type="text/css" href="/css/materialize.min.css" rel="stylesheet"> @@ -32,7 +32,7 @@ <body> <nav class="z-depth-0" id="navigation-main"> <div class="nav-wrapper container"> - <b>Beži</b><span>App</span> + <b>Beži</b><span>App</span> » Privacy policy <span class="right white-text"> <i class="material-icons" id="nav-home-button">home</i> </span> |