diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-13 14:05:23 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-13 14:05:23 (EDT) |
commit | a724e9d1a7107ec9761066d4e5a02fba63c15d1b (patch) | |
tree | 65db71adea54629f7aaa0af6748135bf7a80a80f | |
parent | 37555e439fc99e0f14fa9d6c65c3a9db2de1b9da (diff) |
Remove old template files.
-rw-r--r-- | include/footer.html | 2 | ||||
-rw-r--r-- | include/header.html | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/include/footer.html b/include/footer.html deleted file mode 100644 index 7fb2bd6..0000000 --- a/include/footer.html +++ /dev/null @@ -1,2 +0,0 @@ - </body> -</html> diff --git a/include/header.html b/include/header.html deleted file mode 100644 index 3324427..0000000 --- a/include/header.html +++ /dev/null @@ -1,10 +0,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> - <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> |