37 lines
1.7 KiB
PHP
Executable file
37 lines
1.7 KiB
PHP
Executable file
<div id="footer">
|
|
<p>
|
|
Although I try to know and store as little information about you as possible, I do sometimes store some, you can click <a href="http://www.zdenekborovec-dev.cz/privacy">here</a> to learn more. If you have any privacy and/or security concerns, feel free to e-mail me at <zdenda [DOT] borovec [AT] gmail [DOT] com>
|
|
</p>
|
|
<p>
|
|
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>.
|
|
</p>
|
|
<p>
|
|
© 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.
|
|
</p>
|
|
<p style="position: relative; right: 0;">
|
|
This page was generated at
|
|
<?php
|
|
echo date('Y-m-d\TH:i:s T').
|
|
" by php/".phpversion()." ".$_SERVER["SERVER_SOFTWARE"];
|
|
?>
|
|
</p>
|
|
<p>
|
|
<span>
|
|
<a href="https://validator.w3.org/check?uri=https://www.zdenekborovec.cz">
|
|
<img style="border:0;width:88px;height:31px"
|
|
src="https://www.w3.org/Icons/valid-html401"
|
|
alt="Valid HTML!">
|
|
</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!">
|
|
</a>
|
|
</span>
|
|
</p>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|