2025-04-26 18:58:47 +00:00
|
|
|
<ng-container>
|
|
|
|
|
<app-header [current_page]="currentPage" height="200px" background_image="/public/img/backgrounds/staff.png"
|
2025-08-02 22:09:27 +00:00
|
|
|
[overlay_gradient]="0.5">
|
2025-04-26 18:58:47 +00:00
|
|
|
<div class="title" header-content>
|
|
|
|
|
<h1>{{ formTitle }}</h1>
|
|
|
|
|
</div>
|
|
|
|
|
</app-header>
|
2025-08-02 22:09:27 +00:00
|
|
|
<main>
|
|
|
|
|
<section class="darkmodeSection">
|
|
|
|
|
<section class="columnSection">
|
|
|
|
|
<div class="columnContainer">
|
|
|
|
|
<div class="columnParagraph">
|
|
|
|
|
<a [routerLink]="['/forms/appeal']">
|
|
|
|
|
<h2>Appeal</h2>
|
|
|
|
|
<p>
|
|
|
|
|
If you feel your punishment was unjust, click here to appeal.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
</section>
|
|
|
|
|
</main>
|
2025-04-26 18:58:47 +00:00
|
|
|
</ng-container>
|