Add HTML templates.

This commit is contained in:
Philipp Winter 2015-05-18 20:19:57 +02:00
parent bbb93eb27f
commit d9d9ad217b
2 changed files with 96 additions and 0 deletions

17
footer.tpl Normal file
View file

@ -0,0 +1,17 @@
<hr/>
<div class="left">
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />
</a>
</div>
<div class="right">
Bibliography generated by <a href="https://github.com/NullHypothesis/bibliograpy"><tt>bibliograpy</tt></a>.
</div>
</body>
</html>