summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-28 18:40:17 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-28 18:40:17 (EDT)
commita5d1ce13172e8d91d24ede48f28cc269e3d1aa23 (patch)
tree49de0d7a8c60d649edde69df4b634635c8ca7a2a /include
Initial commit, just copying from the specs repo.HEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/footer.html2
-rw-r--r--include/header.html10
2 files changed, 12 insertions, 0 deletions
diff --git a/include/footer.html b/include/footer.html
new file mode 100644
index 0000000..7fb2bd6
--- /dev/null
+++ b/include/footer.html
@@ -0,0 +1,2 @@
+ </body>
+</html>
diff --git a/include/header.html b/include/header.html
new file mode 100644
index 0000000..3324427
--- /dev/null
+++ b/include/header.html
@@ -0,0 +1,10 @@
+<!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>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>@TITLE@</title>
+ <link type="text/css" rel="stylesheet" href="main.css" />
+ </head>
+ <body>