aboutsummaryrefslogtreecommitdiff
path: root/header.st
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-23 14:42:59 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-23 14:42:59 +0100
commit1d7292fda2170d3c8ab5c56d1c266a5856a14012 (patch)
treeb0bc1011559b839d5ba26388a44606399e251f85 /header.st
parent1d847f6db4463110b3c2d9ddfcc52973304b2cbb (diff)
Split the web page template into reusable parts.
Diffstat (limited to 'header.st')
-rw-r--r--header.st17
1 files changed, 17 insertions, 0 deletions
diff --git a/header.st b/header.st
new file mode 100644
index 0000000..16d1864
--- /dev/null
+++ b/header.st
@@ -0,0 +1,17 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>$title$ &mdash; G&ouml;del-Gentzen Clojure Syndication Services Super System</title>
+</head>
+
+<body>
+
+<!--
+Local Variables:
+ mode: html
+ coding: utf-8
+End:
+-->