Files
Website/templates/info.html
2025-09-23 00:49:17 +02:00

60 lines
2.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
{{style | safe}}
<link rel="stylesheet" href="/styles/newstyle.css">
<link rel="stylesheet" href="/styles/nav.css">
<title>Website info</title>
</head>
<body>
<main>
<div class="columnsplitter">
<div class="rowsplitter">
<div class="content fit">
<h2 class="titlebar"> Website Info</h2>
This wonderful website was made my <i>me</i>.<br><br>
This site doesn't use JavaScript.
The site uses Python Flask for it's backend to serve rendered HTML files.
</div>
<div class="content fit">
<h2 class="titlebar">⚖️ Legal</h2>
If you wish to <a href="../contact">contact</a> me, or have any concerns about potential copyright infringement or similar, please
do here: <a href="mailto:legal@weingardt.dev">legal@weingardt.dev</a>
<br><br><hr><br>
The <u>content</u> of this website is licensed under the CC BY-SA 4.0 license, which gives you the unrestricted freedom to <u>share</u> and <u>modify</u>
copies of this website. You are even allowed to do so commercially.<br><br>
<b>But under the following terms:</b><br>
You have to give credit to me, <b>indicate if changes were made</b> and license the material under the same license.<br><br>
If you want to base your work of of mine, I suggest you to <a href="https://creativecommons.org/licenses/by-sa/4.0/">read the license</a>.<br><br>
</div>
<div class="content fit">
<h2 class="titlebar">💾 Website Source Code</h2>
All the source code is readily available on my Gitea instance <a href="https://git.weingardt.dev/0xmac/Website">here</a>.<br>
If issues occur, you want something added or something else, this is the place to make issues and pull requests.
</div>
<div class="content fit">
<h2 class="titlebar">📑 Logging</h2>
This website logs your visit with the information you give every website you visit,
like your IP-Adress and User Agent. This is just stored for me to see if anyone actually visits this
site. This data is not shared with anyone or anything or any third or second parties.
</div>
<div class="content fit">
<h2 class="titlebar">🖼️ 88x31 Buttons</h2>
Some of the cool 88x31 buttons, located in the footer are from <a href="https://www.deadnet.se/88x31/index.html">www.deadnet.se</a>,<br>
while some others I've yanked from other websites :P
</div>
{{footer | safe}}
</div>
{{navbar | safe}}
</div>
</main>
</body>
</html>