diff options
Diffstat (limited to 'views/privacy.html')
| -rw-r--r-- | views/privacy.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/views/privacy.html b/views/privacy.html new file mode 100644 index 0000000..538aa52 --- /dev/null +++ b/views/privacy.html @@ -0,0 +1,42 @@ +{{template "header.html" "Privacy Policy | Libremail"}} +{{template "navbar.html"}} +{{template "alert.html" .}} + +<div class="container"> + <div class="row"> + <div class="col-md-12"> + <h1>Privacy Policy</h1> + <br> + <div class="well well-lg"> + <h2 id="e-mails">E-Mails</h2> + <p> + We do not read your e-mails. + </p> + <br> + <h2 id="public_information">Public Information</h2> + <p> + We might make those information public at any time: + <ul> + <li>your registered mail address (existence of your email address can be checked during registration and password changing)</li> + <li>anonymized statistics, e.g. about disk space usage</li> + <li>anonymized data</li> + </ul> + </p> + <br> + <h2 id="website">Website</h2> + <p> + In common with other websites, log files are stored on the web server saving details such as the visitor's IP address, browser type, referring page and time of visit. + <br> + + Cookies may be used to remember and analyze visitor preferences when interacting with the website. + </p> + <br> + <h2 id="logs">Logs</h2> + <p> + The server software may store logs about usage, this includes e.g. the time of login. We are using those logs to debug the application and prevent spamming. + </p> + </div> + </div> + </div> +</div> +{{template "footer.html" .Language}} |
