Files
pelican-landing/src/app/view/coming-soon/coming-soon.component.html
ztimson 9536b59c2b
All checks were successful
Build Website / Build NPM Project (push) Successful in 50s
Build Website / Tag Version (push) Successful in 8s
Build Website / Build & Push Dockerfile (push) Successful in 1m7s
Updated styling, added contact info, & restaurant
2024-01-08 13:31:37 -05:00

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>