Files
legio-30/src/app/views/404/404.component.html
ztimson dfa0c29098
All checks were successful
Build Website / Build NPM Project (push) Successful in 2m29s
Build Website / Tag Version (push) Successful in 38s
Build Website / Build & Push Dockerfile (push) Successful in 3m46s
Added resource page, updated icons, and more
2024-02-21 22:41:53 -05:00

16 lines
458 B
HTML

<section class="p-5 invert">
<div class="d-flex justify-content-center text-center">
<div>
<img src="/assets/img/column.png" alt="Stone column" height="300px" width="auto">
</div>
<div class="d-flex flex-column align-items-center justify-content-center px-5">
<h1>CDIV</h1>
<h2>404</h2>
<p>Page Not Found</p>
</div>
<div>
<img src="/assets/img/column.png" alt="Stone column" height="300px" width="auto">
</div>
</div>
</section>