Files
pa11y-dashboard/view/404.html
2013-09-27 15:05:00 +01:00

12 lines
511 B
HTML

<div class="col-md-8">
<h1>Hmmm, this page indicates a 404 error.</h1>
<p class="h2">That is techy babble for "We couldn't find the page you were looking for".</h2>
<p class="h3">Maybe the link you clicked on was wrong or maybe, just maybe you typed it in wrong. Maybe.</h3>
<p class="h4">Give it another go or try the <a href="/">home page</a>.</h4>
</div>
<div class="col-md-4">
<div class="well well-lg">
<p class="h2 text-center">Accessibility Score</p>
<p class="supersize-me">0</p>
</div>
</div>