1
0
Fork 0

Update 404 view

This commit is contained in:
Daniel Supernault 2018-08-09 22:53:53 -06:00
parent 32828b9ea9
commit 67eef91d2d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@
<div class="container">
<div class="error-page py-5 my-5">
<div class="card mx-5">
<div class="card-body p-5">
<div class="card-body p-5 text-center">
<h1 class="text-center">404 Page Not Found</h1>
<img src="/img/fred1.gif" class="img-fluid">
</div>
</div>
</div>