first draft
This commit is contained in:
parent
fa8fcbcc1e
commit
df8c579e9f
8 changed files with 294 additions and 2 deletions
51
lost/index.html
Normal file
51
lost/index.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!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 bit) of the IPv4 address or the first 32 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://status.jtbx.de" rel="noopener noreferrer" target="_blank">Status monitoring</a> of my web services</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>
|
Loading…
Add table
Add a link
Reference in a new issue