personal-website/docs/common/footer.php
2023-12-21 13:13:20 +01:00

21 lines
844 B
PHP
Executable file

<div id="footer">
<article>
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;
</article>
<article>
&#169; 2023 - <?php echo date("Y"); ?> Zdenek Borovec. Content 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.
</article>
<article style="position: relative; right: 0;">
This page was generated at <?php echo date('Y-m-d\TH:i:s T');?> <br>
</article>
</div>
</main>
</body>
</html>
<style>
#footer {
border-top: double;
padding-bottom: 1em;
}
</style>