19 lines
472 B
HTML
19 lines
472 B
HTML
<div>
|
|
<app-header [current_page]="'appeal'" height="200px" background_image="/public/img/backgrounds/staff.png"
|
|
[overlay_gradient]="0.5">
|
|
<div class="title" header-content>
|
|
<h1>Form completed</h1>
|
|
</div>
|
|
</app-header>
|
|
<main>
|
|
<app-full-size>
|
|
<section class="darkmodeSection full-height flex">
|
|
<div class="margin-auto">
|
|
<p>{{ message }}</p>
|
|
</div>
|
|
</section>
|
|
</app-full-size>
|
|
</main>
|
|
</div>
|
|
|