web-default/lost/index.html

52 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Lost Items of Jannik/ jtbx</title>
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<main class="container">
<h1>Thanks for finding my stuff</h1>
<p><a href="de.html">Version auf Deutsch</a></p>
<p>You found something, which belongs to me.
Thanks for taking the effort to get it back to me.
You can contact me via:</p>
<ul>
<li><a href="mailto:found@jtbx.de">email</a></li>
<li><a href="tel:+4915150594012">mobile phone</a></li>
<li><a href="https://threema.id/CPC4FYZ3">Threema</a></li>
<li>At CCC events: DECT 5829</li>
</ul>
<h2>Privacy Notice</h2>
<div class="small">
<p>When using this website, you'll leave some traces, which might be private information about you, in the server's log files.
In general, these things will be stored:</p>
<ul>
<li>your shortened IP address</li>
<li>time and date of access</li>
<li>requested webpage or resource</li>
<li>browser type and version</li>
<li>used operating system</li>
</ul>
<p>I can not identify you personally from the IP address, because only the first two blocks (16&nbsp;bit) of the IPv4 address or the first 32&nbsp;bit of the IPv6 address are stored.
Everything else is set to zero before writing the log file.
Additionally I will only activate the log files, if I want to search for a bug. Normally all logging, which is accessible by me, is deactivated.
If activated the logs will only be stored for a maximum of seven days.</p>
<p>That's it. I do not use any cookies on this site.</p>
</div>
</main>
<footer>
<div class="container">
<div class="item"><a href="https://jbeyerstedt.de">Homepage</a></div>
<div class="item">License: <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener noreferrer" target="_blank">CC BY-SA 4.0</a></div>
</div>
</footer>
</body>
</html>