Add footer & make compliant with HTML 4.01
This commit is contained in:
parent
f01a1aaf1e
commit
b8354a2430
11 changed files with 15 additions and 10 deletions
5
inc/footer.php
Normal file
5
inc/footer.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<hr>
|
||||
<div style="text-align: center;">
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!"></a> <a href=""><img style="border:0;width:88px;height:31px" src="https://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01!"></a><br>
|
||||
Last Modified <span class="date"><?=date('Y-m-d H:i:s', filemtime($file) + 3600);?> GMT</span>
|
||||
</div>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<script lang="javascript" src="/res/js/themeswap.js"></script>
|
||||
<script src="/res/js/themeswap.js"></script>
|
||||
<div class="header">
|
||||
<nav>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue