This commit is contained in:
edsea
2025-10-11 00:21:00 +02:00
commit f0c9786164
27 changed files with 10684 additions and 0 deletions

15
rss/php/templates/404.php Normal file
View File

@@ -0,0 +1,15 @@
<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>