diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/footer.xml | 2 | ||||
-rw-r--r-- | includes/header.xml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/includes/footer.xml b/includes/footer.xml index f2fce7f..2885f4f 100644 --- a/includes/footer.xml +++ b/includes/footer.xml @@ -1,6 +1,6 @@ <div id="footer"> <p>Last updated: MODDATE</p> -<p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>. The <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build this website</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" rel="license" about="http://git.njw.me.uk/njw-website.git">GNU General Public License</a>.</p> +<p>This website and the <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build it</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" rel="license">GNU General Public License</a>.</p> </div> </body> </html> diff --git a/includes/header.xml b/includes/header.xml index 49858f8..c4ab978 100644 --- a/includes/header.xml +++ b/includes/header.xml @@ -1,9 +1,9 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html> <head> <title>TITLE</title> <link rel="stylesheet" href="/includes/style" /> -<link rel="meta" title="rdf" href="/index.ttl" /> +<link rel="alternate" type="text/turtle" title="rdf" href="/index.ttl" /> +<link rel="copyright" title="COPYING" href="/COPYING" /> </head> <body> |