personal-website/docs/common/footer.php

38 lines
1.6 KiB
PHP
Raw Normal View History

2023-12-21 13:11:22 +01:00
<div id="footer">
2024-01-19 03:48:08 +01:00
<p>
2023-12-21 13:11:22 +01:00
This site does not use cookies. I try to know and store as little information about you as possible. If you have any privacy and/or security concerns, feel free to e-mail me at &lt;zdenda&nbsp;[DOT]&nbsp;borovec&nbsp;[AT]&nbsp;gmail&nbsp;[DOT]&nbsp;com&gt;
2024-01-19 03:48:08 +01:00
</p>
<p>
2023-12-21 18:07:05 +01:00
If you want to audit the site and/or edit and use it for your own purposes, most of the source code should be available on my <a href="https://www.github.com/Zeftax/personal-homepage">github</a> under the <a href="https://unlicense.org/">unlicense license</a>.
2024-01-19 03:48:08 +01:00
</p>
<p>
2023-12-21 18:07:05 +01:00
&#169; 2023 - <?php echo date("Y"); ?> Zdenek Borovec. Content on this site is original production shared under <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution Share Alike license</a>, unless stated otherwise.
2024-01-19 03:48:08 +01:00
</p>
<p style="position: relative; right: 0;">
2023-12-21 18:07:05 +01:00
This page was generated at
<?php
echo date('Y-m-d\TH:i:s T').
" by php/".phpversion()." ".$_SERVER["SERVER_SOFTWARE"];
?>
2024-01-19 03:48:08 +01:00
</p>
2024-01-19 04:35:35 +01:00
<p>
<span>
2024-01-19 04:39:08 +01:00
<a href="https://validator.w3.org/check?uri=referer">
2024-01-19 04:35:35 +01:00
<img style="border:0;width:88px;height:31px"
src="https://www.w3.org/Icons/valid-html401"
alt="Valid HTML!">
2024-01-19 04:35:35 +01:00
</a>
</span>
<span>
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!">
2024-01-19 04:35:35 +01:00
</a>
</span>
</p>
2023-12-21 13:11:22 +01:00
</div>
</main>
</body>
</html>