mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Create partials and populate results page
This commit is contained in:
15
view/partial/page-footer.html
Normal file
15
view/partial/page-footer.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<footer>
|
||||
<div class="footer" role="contentinfo">
|
||||
<div class="container">
|
||||
<ul class="pull-right crunch-bottom">
|
||||
<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 {{year}} Nature Publishing Group.<br/>pa11y is licensed under the GNU General Public License 3.0.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Reference in New Issue
Block a user