Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 1x 2x 2x 1x 2x 1x 2x 1x 1x 1x 2x 1x | <section class="app-error-page">
<header class="app-error-header">
<h1>{{ 'appError.title' | transloco }}</h1>
<p>{{ 'appError.subtitle' | transloco }}</p>
</header>
<article class="app-error-card">
<h2>{{ 'appError.cardTitle' | transloco }}</h2>
<p class="app-error-message">
{{ 'appError.message' | transloco }}
<a href="mailto:fschmid@student.tgm.ac.at">fschmid@student.tgm.ac.at</a>.
</p>
<div class="actions">
<button class="action-btn secondary" type="button" onclick="window.location.reload()">
{{ 'appError.reload' | transloco }}
</button>
</div>
</article>
</section>
|