error.html 163 B

12345
  1. <section id='error'>
  2. <h2>{{ 'ERROR.TITLE' | translate }}</h2>
  3. <p>{{ 'ERROR.TEXT' | translate }}</p>
  4. <a href="/">{{ 'ERROR.LINK' | translate }}</a>
  5. </section>