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

10 lines
249 B
HTML

<app-header></app-header>
<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>
<app-footer></app-footer>