8 lines
388 B
HTML
8 lines
388 B
HTML
<div class="bg-white" style="height: 100vh">
|
|
<div class="text-center" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
|
|
<h1 class="mt-5" style="font-size: 4em">Coming Soon</h1>
|
|
<h2 class="mt-3">This page is still being built</h2>
|
|
<button class="btn btn-outline-secondary rounded-pill px-4 mt-3" (click)="back()">Back</button>
|
|
</div>
|
|
</div>
|