Add header and footer partials

This commit is contained in:
perryharlock
2013-09-16 15:41:44 +01:00
parent f2b17154f8
commit 143f20dd05
3 changed files with 26 additions and 0 deletions

15
view/partial/footer.html Normal file
View File

@@ -0,0 +1,15 @@
<footer>
<div class="footer">
<div class="container">
<ul class="pull-right">
<li>
<a href="https://github.com/nature/pa11y">github repo</a>
</li>
<li>
<a href="https://github.com/nature/pa11y/wiki/HTML-CodeSniffer-Rules">list of rules</a>
</li>
</ul>
<p>Copyright 2013 Nature Publishing Group.<br/>pa11y is licensed under the GNU General Public License 3.0.</p>
</div>
</div>
</footer>