Skip to content

Commit

Permalink
Error page done.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenbledt committed Jan 26, 2023
1 parent 9943712 commit b967bad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions _pages/error.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<header class="header-2">
<div class="page-header min-vh-75 relative" style="background-image: url('./assets/img/bg2.jpg')">
<span class="mask bg-gradient-primary opacity-4"></span>
<div class="container">
<div class="row">
<div class="col-lg-7 text-center mx-auto">
<h1 class="text-white pt-3 mt-n5">Site not found</h1>
<p class="lead text-white mt-3">The site you was looking for couldn't be found here. <br /> Better luck next time. </p>
</div>
</div>
</div>
</div>
</header>
5 changes: 0 additions & 5 deletions _pages/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
</header>
<div class="card card-body blur shadow-blur mx-3 mx-md-4 mt-n6">
<section class="my-5 py-5">
<div class="container mt-sm-5 mt-3">
Expand Down

0 comments on commit b967bad

Please sign in to comment.