New stella design

This commit is contained in:
edsea
2025-08-06 05:09:22 +02:00
parent 24c3640f05
commit 8ec1ba9756
70 changed files with 1808 additions and 481 deletions

View File

@@ -1 +1,15 @@
<h2>This page was not found</h2>
<main>
<div class="home-banner">
<div class="home-banner-inner">
<div class="container">
<div class="d-flex justify-center align-center">
<div class="text-col">
<h1 class="title mb-3">Oops! <span class="text-primary">Page Not Found</span></h1>
<p class="lead mb-3">Looks like this page got lost in the search for love. Dont worry—lets get you back to finding your perfect match!</p>
<a href="/" class="mb-3 btn btn-dark cta-btn">Back to home</a>
</div>
</div>
</div>
</div>
</div>
</main>