summaryrefslogtreecommitdiff
path: root/includes/header.xml
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-07 19:10:39 +0100
committerNick White <git@njw.me.uk>2010-04-07 19:10:39 +0100
commitb0e20294ede98e023317c090803dad1ba54578b1 (patch)
treea7ce0253a9abe5ef96e78aa293aac10a869dbd7d /includes/header.xml
downloadnjw-website-b0e20294ede98e023317c090803dad1ba54578b1.tar.bz2
njw-website-b0e20294ede98e023317c090803dad1ba54578b1.zip
Initial commit
Diffstat (limited to 'includes/header.xml')
-rw-r--r--includes/header.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/includes/header.xml b/includes/header.xml
new file mode 100644
index 0000000..8eae40c
--- /dev/null
+++ b/includes/header.xml
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+ <title>TITLE</title>
+ <link rel="stylesheet" type="text/css" href="/includes/style" />
+ <link rel="icon" href="/graphics/candles.ico" />
+ <link rel="alternate" type="application/rdf+xml" href="/rss" />
+</head>
+
+<body>