diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 13:46:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 13:46:59 (EDT) |
commit | cf29488c587334874cf491a01a1f74ba3ac7de45 (patch) | |
tree | 45235a0b54955394d6817515cffb46b6ef0d9217 /includes/footer.html | |
parent | 512a14145021dc6304f0e03a7a9386f4fca0d793 (diff) | |
parent | 6bef1357e5906d92bba0e836be5880acf47a15cc (diff) | |
download | www-cf29488c587334874cf491a01a1f74ba3ac7de45.zip www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.gz www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.bz2 |
Merge branch 'new'.
Diffstat (limited to 'includes/footer.html')
-rwxr-xr-x | includes/footer.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/includes/footer.html b/includes/footer.html index 314100a..4cbebd6 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -1,6 +1,6 @@ <p style="clear: both;"></p> - </div> - <div class="footer"> + </section> + <footer> <p class="copyright"> Copyright © 2011-2012 Patrick "P. J." M<span class="super">c</span>Dermott </p> @@ -9,10 +9,10 @@ <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"> </a> Except where otherwise noted, you may use this document and all works herein under the terms of the <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported license</a>.<br> - More permissive terms may be granted upon <a href="/contact.html">request</a>. + More permissive terms may be granted upon <a href="<!--#echo var="DOCUMENT_BASE" -->/contact.html">request</a>. </p> <p class="tos"> - By using this Web site, you agree to the <a href="/terms.html">Terms of Service</a>. + By using this Web site, you agree to the <a href="<!--#echo var="DOCUMENT_BASE" -->/terms.html">Terms of Service</a>. </p> <p class="standards"> <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a> - <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS level 2.1</a> @@ -21,12 +21,12 @@ <p class="web-site">This Web site is <a href="http://odin1.pehjota.net/git/pehjota.net/">managed with Git</a>.<br> - <a href="/server.html">About this server</a> + <a href="<!--#echo var="DOCUMENT_BASE" -->/server.html">About this server</a> </p> <p class="dates"> Last modified: <!--#echo var="LAST_MODIFIED" --> EDT<br> Retrieved: <!--#echo var="DATE_LOCAL" --> EDT </p> - </div> + </footer> </body> </html> |