summaryrefslogtreecommitdiffstats
path: root/templates/default
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default')
-rw-r--r--templates/default14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/default b/templates/default
new file mode 100644
index 0000000..36b4022
--- /dev/null
+++ b/templates/default
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>$title</title>
+ <link rel="stylesheet" type="text/css" href="$stylesheet" />
+ </head>
+ <body>
+ <div id="content">
+ $content
+ </div>
+ </body>
+</html>