/** * @author Simon Ismair * @email simonismair.com */ const legalNotice = ` This website can contain links to third-party websites. As the contents of these websites is not under my control, I cannot assume any liability for it. In any case, the information provider of the linked websites is liable for the contents. `; const dataProtectionNotice = ` This is a private website that is for your personal information only. I'm simply not interested in your data, therefore this website does not set any cookies, store any data about your visits or track you between visits (yes, this kind of websites has become rare). I'm also not using any tracking or analytics tools. When requesting website resources, your browser will send data to my server, e.g. IP address, browser identification or a timestamp, because this is how the internet works. This data is only used to answer the requests. If you're not ok with that, you should stop using the internet. In the case of a serious error, some of the data might automatically be written to logfiles on the server. This happens only in compliance with GDPR based on the legitimate interest to resolve the errors or to document security incidents. The logfiles are deleted periodically. If you choose to contact me via email, you will have to live with the fact that I will get some of your data, e.g. your email address. I will only use this data to send you a nice answer. `; console.log(legalNotice, dataProtectionNotice);