added an alert message for false credentials

This commit is contained in:
Patryk Hegenberg 2023-01-24 08:10:43 +01:00
parent 0055c8ef85
commit 39d0d0306b
3 changed files with 12 additions and 12 deletions

View file

@ -1,12 +1,12 @@
<?php require ('partials/head.php') ?>
<?php require ('partials/nav.php') ?>
<?php require ('partials/banner.php') ?>
<main>
<div class="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8">
<h1 class="text-2xl font-bold">Sorry. Page Not Found.</h1>
<p class="mt-4">
<a href="/" class="text-blue underline">Go back home.</a>
<main class="container" style="display: flex; text-align: center;">
<div >
<h1 >Sorry. Page Not Found.</h1>
<p >
<a href="/" >Go back home.</a>
</p>
</div>
</main>
<?php require ('partials/footer.php') ?>
<?php require ('partials/footer.php') ?>