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

27 lines
760 B
HTML
Raw Normal View History

2022-02-11 11:43:50 +01:00
<app-header></app-header>
2022-02-11 11:53:45 +01:00
<section class="hero is-info is-medium">
2020-05-01 19:10:17 +02:00
<div class="hero-body">
<div class="container">
2022-02-11 11:53:45 +01:00
<h1 class="title has-text-centered">
o_O <br />
{{ message | translate }}
</h1>
<div class="support has-text-centered">
<h2 class="title is-2">Support</h2>
<a class="button marged-right is-info" href="mailto:{{ env.appSupportEmail }}">
<i class="fa fa-envelope"></i>
mail
</a>
<a class="button is-info" href="{{ env.appSupportWebpage }}">
<i class="fa fa-comment"></i>
Autres canaux
</a>
</div>
<div class="marged-v">
<img src="../../../../assets/img/undraw_Moving_twwf.svg" alt="calendrier icone framadate" />
</div>
2020-05-01 19:10:17 +02:00
</div>
</div>
</section>
2022-02-11 11:43:50 +01:00
<app-footer></app-footer>