diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 02:12:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 02:12:05 (EDT) |
commit | fa28ff990a2533bdf506932ad85473752569d93f (patch) | |
tree | 32e0aea03581035912fba434533cd08f6e705ca6 /includes | |
parent | 260cd3be511157b23f5c80ff9a3ad8af72884f78 (diff) | |
download | www-fa28ff990a2533bdf506932ad85473752569d93f.zip www-fa28ff990a2533bdf506932ad85473752569d93f.tar.gz www-fa28ff990a2533bdf506932ad85473752569d93f.tar.bz2 |
Mess with paragraphs and stuff.
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/footer.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/includes/footer.html b/includes/footer.html index 7f7f216..4ff8f66 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -1,7 +1,9 @@ <p style="clear: both;"></p> </div> <div class="footer"> - <p class="copyright">Copyright © 2011 Patrick "P. J." M<span class="super">c</span>Dermott</p> + <p class="copyright"> + Copyright © 2011 Patrick "P. J." M<span class="super">c</span>Dermott + </p> <p class="license"> <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"> <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"> @@ -9,10 +11,12 @@ 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>. </p> - <p class="tos">By using this Web site, you agree to the <a href="terms.html">Terms of Service</a>.</p> + <p class="tos"> + By using this Web site, you agree to the <a href="terms.html">Terms of Service</a>. + </p> <!--#config timefmt="%Y-%m-%d %H:%M:%S" --> - <p> - Retrieved: <!--#echo var="DATE_LOCAL" --><br /> + <p class="dates"> + Retrieved: <!--#echo var="DATE_LOCAL" --><br> Last modified: <!--#echo var="LAST_MODIFIED" --> </p> </div> |