diff options
author | mm <mm@mm-server.fritz.box> | 2023-08-29 14:44:14 +0200 |
---|---|---|
committer | mm <mm@mm-server.fritz.box> | 2023-08-29 14:44:14 +0200 |
commit | a3ace459ad663f9fd01624320e7c0ec7a132cdce (patch) | |
tree | b989c1a6a01fd12f03c675b31f3584c1bd1a435a /licenses/main.html |
First commit
Diffstat (limited to 'licenses/main.html')
-rw-r--r-- | licenses/main.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/licenses/main.html b/licenses/main.html new file mode 100644 index 0000000..c07f435 --- /dev/null +++ b/licenses/main.html @@ -0,0 +1,82 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="description" content="Licenses"> + <link rel="stylesheet" href="/beauty.css"> + <link rel="icon" href="/icon.png" type="image/png"> + + <title> + Twoexem + </title> + </head> + + <body> + <header> + <a href=/ style="display:block;width:48px;margin-left:auto;margin-right:auto"> + <img src=/resources/icons/go-home.svg> + </a> + <h1>Licenses and legal information</h1> + </header> + <hr> + <main> + <div class=text> + I exclusively use the font "Prompt" by Cadson Demak on this website. + <br> + <a href=https://github.com/cadsondemak/prompt target=_blank>GitHub repository</a> + <br> + <a href=https://openfontlicense.org/ target=_blank>SIL Open Font License</a> + </div> + <br> + <div class=text> + The media hosted on this website, notably images and videos, are licensed under the CC BY-SA 4.0 license, unless stated otherwise. + <br> + <!-- Uncomment this once you set up the mailserver + <i>Note: Feel free to send an eMail to usage@twoexem.com if you use an image from this website.</i> + <br> + --> + <a href=https://creativecommons.org/licenses/by-sa/4.0/legalcode target=_blank>CC BY SA 4.0</a> + <!-- GDPR probs doesn't allow this + <br> + <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="https://licensebuttons.net/l/by-sa/4.0/88x31.png" /></a><br />--> + </div> + <br> + <div class=text> + The HTML and CSS files used on this website are licensed under the MIT license. + <br> + <a href=git.twoexem.com/mm/twoexem.com/ target=_blank>Website source code</a> + <br> + <a href=https://mit-license.org/>MIT License</a> + <br> + <i>Note: Only the pure HTML and CSS files are made public. Media is not included in the repository.</i> + </div> + <br> + <div class=text> + This website uses material taken from the ”Breeze” icon set made by KDE. + <br> + <a href=https://www.gnu.org/licenses/lgpl-3.0.en.html target=_blank>GNU LGPL 3.0</a> + <br> + <a href=https://develop.kde.org/frameworks/breeze-icons/ target=_blank>Breeze Icons</a> + <!-- GDPR probs doesn't allow this + <br> + <a href=https://www.gnu.org/licenses/lgpl-3.0.en.html> + <img src=https://www.gnu.org/graphics/lgplv3-147x51.png> + </a>--> + </div> + <br> + <div class=text> + This website doesn't collect and process any kind of user data. It also does not utilize cookies and external third-party resources. + </div> + <br> + <div class=text> + Diese Website ist rein privat betrieben und besitzt keinerlei kommerziellen Hintergrund und verbreitet keine journalistischen Inhalte. Sie ist deswegen <b>nicht Impressungspflichtig</b>. Zudem erhebt und verarbeitet der Server dieser Website keinerlei persönliche Daten wie IP-Adressen o.ä. Sie ist deswegen auch <b>nicht Datenschutzerklärungspflichtig.</b> + </div> + <br> + <!-- + <div class=text> + Support: <a href=mailto://legal@twoexem.com>legal@twoexem.com</a> + </div> + --> + </main> + </body> +</html> |