forked from external-repos/pa11y-dashboard
Merge branch 'app' of github.com:nature/pa11y-web into app
This commit is contained in:
15
view/partial/footer.html
Normal file
15
view/partial/footer.html
Normal 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>
|
7
view/partial/header.html
Normal file
7
view/partial/header.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<header>
|
||||
<div class="header">
|
||||
<div class="container">
|
||||
<h1><a href="/">pa11y</a> - your automated accessibility testing pal</h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
Reference in New Issue
Block a user