added schule
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
<!--The Privacy Policy of this Website. Inspired by the Privacy Policy of Crunchyroll.-->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Privacy Policy</title>
|
||||
<link rel=stylesheet href=css/style.css>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="wrap">
|
||||
|
||||
<div id="header">
|
||||
<a href="index.html">
|
||||
<img src=images/header.png alt="header">
|
||||
</a>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="details.html">
|
||||
<p class="nav">
|
||||
details
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="shop.html">
|
||||
<p class="nav">
|
||||
shop
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="downloads.html">
|
||||
<p class="nav">
|
||||
downloads
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2> Privacy Policy</h2>
|
||||
<h3>Data Collection</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>I will neither collect, nor sell your data.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Deletion of personal Data</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>If you would like to request the deletion of your personal
|
||||
data, send an e-mail to <a href="mailto:olzemjo@sjg-rheinbach.de">olzemjo@sjg-rheinbach.de</a> </p>
|
||||
<!--the mailto: indicates, that the mail client should open and fill out the receiver field with the given data-->
|
||||
</li>
|
||||
</ul>
|
||||
<h3> Cookies</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Cookies are not used on this Website, because I am too lazy
|
||||
to put a popup on this.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Links to other Sites</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>If you click on a banner or a Hyperlink, which leads to an external site,
|
||||
this Privacy Policy is not in force anymore. If you would like to
|
||||
know about the Privacy Policy of the external site, please read it there.</p>
|
||||
</li>
|
||||
<ul>
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<a href="contact.html" title="Contact">Contact</a>
|
||||
<a href="legal_notice.html" title="Legal Notice">Legal Notice</a>
|
||||
<a href="privacy_policy.html" title="Privacy Policy">Privacy Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user