This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/privacy.php

22 lines
1.1 KiB
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Privacy notice">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Privacy notice</title>
</head>
<body>
<div class="content">
<h2>Privacy notice and licensing</h2>
2023-11-25 21:48:28 +01:00
<p>This site is running on my Debian GNU/Linux system located in Sweden, on the Apache 2 web server, along with the other services I run, such as <a href="https://ls.speedie.site">ls.speedie.site</a>, <a href="https://git.speedie.site">git.speedie.site</a>, among others. My internet service provider is <a href="https://telia.se">Telia</a>.</p>
<p>My entire website, including HTML. CSS, and PHP is available for free and distributed to you under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> license. <strong>All contributions to the site are licensed under the same license.</strong>.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>