Move header and footer to .inc.php
This commit is contained in:
parent
d750dcc4d2
commit
41efcbfbe5
13 changed files with 60 additions and 160 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<hr>
|
||||
<div style="text-align: center;">
|
||||
<img src="/res/img/buttons/browser.gif"> <a href="https://www.linux.org/"><img src="/res/img/buttons/linuxnow.gif"></a> <a href="https://www.vim.org/"><img src="/res/img/buttons/vim.gif"></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="/res/img/buttons/vcss-blue" alt="Valid CSS!"></a> <a href=""><img style="border:0;width:88px;height:31px" src="/res/img/buttons/valid-html401-blue.png" alt="Valid HTML 4.01!"></a><br>
|
||||
<img src="/res/img/buttons/browser.gif"> <a href="https://www.linux.org/"><img src="/res/img/buttons/linuxnow.gif"></a> <a href="https://www.vim.org/"><img src="/res/img/buttons/vim.gif"></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="/res/img/buttons/vcss-blue.gif" alt="Valid CSS!"></a> <a href=""><img style="border:0;width:88px;height:31px" src="/res/img/buttons/valid-html401-blue.png" 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>
|
||||
|
|
@ -2,11 +2,6 @@
|
|||
<div class="header">
|
||||
<nav>
|
||||
<div>
|
||||
<!--<a href="/me/">about</a> |
|
||||
<a href="/projects/">projects</a> |
|
||||
<a href="/pics/">pics</a> |-->
|
||||
<!--<a href="/dog/">dog</a> |-->
|
||||
<!--<a href="/pics/">pictures</a> |-->
|
||||
<a href="/projects/">projects</a> |
|
||||
<a href="https://github.com/floppydisk05?tab=repositories">repos</a> |
|
||||
<a href="/calculators/">calculators</a> |
|
||||
Loading…
Add table
Add a link
Reference in a new issue