aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/default.tpl13
1 files changed, 11 insertions, 2 deletions
diff --git a/templates/default.tpl b/templates/default.tpl
index 0916ce4..09bf1df 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -1,12 +1,21 @@
<!doctype html>
<html>
<head>
- <title>%title%</title>
+ <link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
+ <title>%title%</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style>
+ footer {
+ font-size: 80%;
+ color: gray;
+ }
+ </style>
</head>
<body>
<div class="content">
%content%
</div>
- <p><small>Page created on %date%</small></p>
+ <hr/>
+ <footer> Page generated on %date% </footer>
</body>
</html>