diff options
author | P. J. McDermott <pjm@nac.net> | 2012-03-08 22:17:05 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-03-08 22:17:05 (EST) |
commit | ae80d85bc0acc9c19e9a8586d517d823257dfe69 (patch) | |
tree | fcb81d57fd1efdcc5b3c1f67b4288aa52ebce007 /include/header.html | |
parent | 9be18336be26da2826ad2c91e8879f0b6c877353 (diff) |
Add a header and footer.
Diffstat (limited to 'include/header.html')
-rw-r--r-- | include/header.html | 10 |
1 files changed, 10 insertions, 0 deletions
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> |