add rudimentary privacy notice and add to footer
parent
f8be79ac25
commit
d6378595ec
|
@ -2,6 +2,7 @@
|
|||
<div class="container d-flex">
|
||||
<ul class="nav">
|
||||
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
|
||||
<li class="nav-item"><a href="/privacy.html" target="_blank" class="nav-link">Privacy Notice</a></li>
|
||||
<li class="nav-item"><a href="/imprint.html" target="_blank" class="nav-link">Imprint</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: default
|
||||
nav_pill: privacy
|
||||
---
|
||||
<h1>Privacy Policy</h1>
|
||||
<p>
|
||||
We did not, do not and will not collect any data of the visitors of our website on purpose. There is only local JavaScript in use and no cookies at all. If you do not want the web-server and services to see your IP-address, use a VPN or TOR.
|
||||
</p>
|
||||
<p>
|
||||
We take no responsibilities for links going outside of our server.
|
||||
</p>
|
||||
<p>
|
||||
The Website is hosted on a shared webspace at <a href="https://easyname.at/" target="_blank">easyname.at</a>
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue