diff options
Diffstat (limited to 'include')
-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> |