Files
pelican-landing/src/app/view/not-found/not-found.component.html
ztimson d4a4f9cd11
All checks were successful
Build Website / Build NPM Project (push) Successful in 18s
Build Website / Tag Version (push) Successful in 4s
Build Website / Build & Push Dockerfile (push) Successful in 41s
Added spacing to placeholder pages
2023-12-16 19:59:47 -05:00

10 lines
354 B
HTML

<div class="bg-white p-5" style="height: 80vh">
<div class="pt-5">
<div class="mt-5 mx-auto card p-5 text-center" style="max-width: 400px">
<h1 style="font-size: 4em">404</h1>
<h2 class="mt-3">Page not found</h2>
<button class="btn btn-outline-secondary rounded-pill px-4 mt-3" (click)="back()">Back</button>
</div>
</div>
</div>