diff options
Diffstat (limited to 'misc/trac/site.html')
| -rw-r--r-- | misc/trac/site.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/trac/site.html b/misc/trac/site.html new file mode 100644 index 0000000..ac04dc7 --- /dev/null +++ b/misc/trac/site.html @@ -0,0 +1,12 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:py="http://genshi.edgewall.org/" + py:strip=""> + <head py:match="head" py:attrs="select('@*')"> + ${select('*|comment()|text()')} + <link rel="stylesheet" type="text/css" href="${href.chrome('site/style.css')}" /> + </head> + + <body py:match="body" py:attrs="select('@*')"> + ${select('*|text()')} + </body> +</html> |
