www/FOOTER.php

7 lines
751 B
PHP
Raw Normal View History

2019-01-13 17:51:41 +00:00
<div id="footer">
2019-01-13 18:07:01 +00:00
<p>This page is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0 license</a>. Permissions beyond the scope of this license may be available at <a href="/copyright.php">https://www.thunix.cf/copyright.php</a>.<br>
2019-01-13 17:51:41 +00:00
<?php echo "Page last updated on " . date ("Y-m-d\TH:i:sO.", getlastmod());?><br>
You may have to refresh the page to see any changes or updates.<br>
2019-01-14 00:06:55 +00:00
All questions, comments, and concerns about this site should be sent to <a href="/contact.php">the amdinistration team</a>.</p>
2019-01-13 17:51:41 +00:00
<p>Created with valid <a href="http://validator.w3.org/check?uri=referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> code.</p>
2019-01-14 00:06:55 +00:00
</div></body></html>