jolzem.com/schule/info/html/projekt/legal_notice.html
2023-01-20 19:11:42 +01:00

64 lines
1.5 KiB
HTML

<!--A notice about copyright. Also used for the footer.-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Legal Notice</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>Legal Notice</h2>
<p>Some of the Content on this site is Copyrighted.
If you have a complaint about Copyright infringement,
please send an email to <a href="mailto:olzemjo@sjg-rheinbach.com">olzemjo@sjg-rheinbach.de</a>.
<!--the mailto: indicates, that the mail client should open and fill out the receiver field with the given data-->
<br>
Also Contact this e-mail, if you are a content owner and
you would like to contribute your content to this Website.
</p>
</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>