diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 01:56:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 01:56:45 (EDT) |
commit | 570fec1594fd66054404def4c2aef6bb1a0ddfca (patch) | |
tree | 7252e33934fe958555693bf40bc817f48aa2aa2c /includes/footer.html | |
parent | 42afd0dbffcfd9d063998be837ae1b78ec3ad54c (diff) | |
download | www-570fec1594fd66054404def4c2aef6bb1a0ddfca.zip www-570fec1594fd66054404def4c2aef6bb1a0ddfca.tar.gz www-570fec1594fd66054404def4c2aef6bb1a0ddfca.tar.bz2 |
Turn static HTML index page into SSI documents.
Diffstat (limited to 'includes/footer.html')
-rwxr-xr-x | includes/footer.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/includes/footer.html b/includes/footer.html new file mode 100755 index 0000000..da4240e --- /dev/null +++ b/includes/footer.html @@ -0,0 +1,15 @@ + <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="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"> + </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>. + </p> + <p class="tos">By using this Web site, you agree to the <a href="terms.html">Terms of Service</a>.</p> + </div> + </body> +</html> |