govuk-frontend
Version:
GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
21 lines (20 loc) • 555 B
HTML
<div class="govuk-error-summary" data-module="govuk-error-summary">
<div role="alert">
<h2 class="govuk-error-summary__title">
There is a problem
</h2>
<div class="govuk-error-summary__body">
<p>
Please fix the errors below.
</p>
<ul class="govuk-list govuk-error-summary__list">
<li>
Invalid username or password
</li>
<li>
<a href="#example-error-1">Agree to the terms of service to log in</a>
</li>
</ul>
</div>
</div>
</div>