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 {
font-weight: 300; font-weight: 300;
} }
#footer { footer {
text-align: center; text-align: center;
padding-bottom: 1em; padding-bottom: 1em;
font-size: 0.8em; font-size: 0.8em;

9
resources/template.html

@ -10,5 +10,14 @@
<article> <article>
%CONTENT% %CONTENT%
</article> </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> </body>
</html> </html>

Loading…
Cancel
Save