Bläddra i källkod

More stuff

pull/24/head
Ben Kurtovic 12 år sedan
förälder
incheckning
bda195c414
3 ändrade filer med 8 tillägg och 2 borttagningar
  1. +3
    -1
      pages/index.mako
  2. +1
    -1
      pages/support/footer.mako
  3. +4
    -0
      static/main.css

+ 3
- 1
pages/index.mako Visa fil

@@ -1,5 +1,7 @@
<%include file="/support/header.mako" args="title='Index Page'"/>
<div id="content">
% for key, value in environ.items():
<p><b>${key}</b>: ${value}</p>
<p><b>${key}</b>: ${value}</p>
% endfor
</div>
<%include file="/support/footer.mako"/>

+ 1
- 1
pages/support/footer.mako Visa fil

@@ -1,5 +1,5 @@
<div id="footer">
<p>Copyright &copy; 2009&ndash;2012 <a href="http://earwig.github.com/"Ben Kurtovic</a> / <a href="http://en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a> &bull; \
<p>Copyright &copy; 2009&ndash;2012 <a href="http://earwig.github.com/">Ben Kurtovic</a> / <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>


+ 4
- 0
static/main.css Visa fil

@@ -13,6 +13,10 @@ div#container {
background-color: #FFF;
}

div#content {
padding: 2px 15px 2px 15px;
}

div#footer {
font-size: 11px;
text-align: center;


Laddar…
Avbryt
Spara