Browse Source

More stuff

pull/24/head
Ben Kurtovic 13 years ago
parent
commit
54e95b549e
2 changed files with 9 additions and 1 deletions
  1. +7
    -0
      pages/support/footer.mako
  2. +2
    -1
      pages/support/header.mako

+ 7
- 0
pages/support/footer.mako View File

@@ -1,2 +1,9 @@
<div id="footer">
<p>Copyright &copy; 2009&ndash;2012 Ben Kurtovic / <a href="http://en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a> &bull; \
<a href="mailto:earwig@toolserver.org">Contact</a> &bull; \
<a href="https://github.com/earwig/toolserver">View Source</a> &bull; \
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a></p>
</div>
</div>
</body>
</html>

+ 2
- 1
pages/support/header.mako View File

@@ -5,4 +5,5 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>${title} - earwig@toolserver</title>
</head>
<body>
<body>
<div id="container">

Loading…
Cancel
Save