summaryrefslogtreecommitdiff
path: root/includes/header.xml
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-07-03 02:01:46 +0100
committerNick White <git@njw.me.uk>2010-07-03 02:01:46 +0100
commitb531d55239e3c7d257eae3815123354ef089aef3 (patch)
treea27201eddc2b52ddc3fa5b08ec1d2f7a6237f6a5 /includes/header.xml
parente210cd7dffbe9444be5fcf049c793e8bfbf884b7 (diff)
downloadnjw-website-b531d55239e3c7d257eae3815123354ef089aef3.tar.bz2
njw-website-b531d55239e3c7d257eae3815123354ef089aef3.zip
Switch to HTML5, and GPL throughout
Diffstat (limited to 'includes/header.xml')
-rw-r--r--includes/header.xml8
1 files changed, 4 insertions, 4 deletions
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>