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

7
view/partial/header.html Normal file
View 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>