funky-framadate-front/src/app/shared/components/page-not-found/page-not-found.component.html

8 lines
197 B
HTML
Raw Normal View History

2020-05-01 19:10:17 +02:00
<section class="hero is-warning is-medium">
<div class="hero-body">
<div class="container">
2021-11-14 16:15:12 +01:00
<h1 class="title has-text-centered">o_O {{ message | translate }}</h1>
2020-05-01 19:10:17 +02:00
</div>
</div>
</section>