AltitudeWeb/frontend/src/app/pages/forms/appeal/appeal.component.html

20 lines
525 B
HTML
Raw Normal View History

<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>Appeal</h1>
</div>
</app-header>
<main>
<section class="darkmodeSection appeal-container">
<section class="columnSection">
<div class="columnContainer">
<div class="columnParagraph">
<p>hi</p>
</div>
</div>
</section>
</section>
</main>
</div>