mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 14:51:28 +00:00
10 lines
309 B
HTML
10 lines
309 B
HTML
<header>
|
|
<div role="banner" class="header">
|
|
<div class="container">
|
|
{{#if isHomePage}}<h1>{{else}}<div class="h1">{{/if}}
|
|
<a href="/">pa11y dashboard</a> -
|
|
<span class="h3">your automated accessibility testing pal</span>
|
|
{{#if isHomePage}}</h1>{{else}}</div>{{/if}}
|
|
</div>
|
|
</div>
|
|
</header> |