Browse Source

template extended with footer

master
Christian Müller 10 years ago
parent
commit
90fe8cce61
  1. 2
      resources/public/style.css
  2. 9
      resources/template.html

2
resources/public/style.css

@ -72,7 +72,7 @@ fieldset { @@ -72,7 +72,7 @@ fieldset {
font-weight: 300;
}
#footer {
footer {
text-align: center;
padding-bottom: 1em;
font-size: 0.8em;

9
resources/template.html

@ -10,5 +10,14 @@ @@ -10,5 +10,14 @@
<article>
%CONTENT%
</article>
<footer>
<a href="/">&#8962; notehub</a>
&middot;
<a href="%LINK%/stats">statistics</a>
&middot;
<a href="%LINK%/edit">edit</a>
&middot;
<a href="%LINK%/export">export</a>
</footer>
</body>
</html>

Loading…
Cancel
Save