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

10 lines
202 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">
<h1 class="title has-text-centered">
{{ message | translate }}
</h1>
</div>
</div>
</section>