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

22 lines
678 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="formPage">
<img ngSrc="/public/img/logos/logo.png" alt="Discord" height="319" width="550"/>
<h1>Punishment Appeal</h1>
<p>We aim to respond within 48 hours.</p>
<button mat-raised-button>
<mat-icon>send</mat-icon>
Minecraft Appeal
</button>
</section>
</section>
</main>
</div>