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

8 lines
197 B
HTML

<section class="hero is-warning is-medium">
<div class="hero-body">
<div class="container">
<h1 class="title has-text-centered">o_O {{ message | translate }}</h1>
</div>
</div>
</section>