mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-29 09:18:47 -04:00
Add HTML templates.
This commit is contained in:
parent
bbb93eb27f
commit
d9d9ad217b
2 changed files with 96 additions and 0 deletions
17
footer.tpl
Normal file
17
footer.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue