added an alert message for false credentials
This commit is contained in:
parent
0055c8ef85
commit
39d0d0306b
3 changed files with 12 additions and 12 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<?php require ('partials/head.php') ?>
|
||||
<?php require ('partials/nav.php') ?>
|
||||
<main>
|
||||
<div class="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8">
|
||||
<h1 class="text-2xl font-bold">Unauthorized</h1>
|
||||
<main class="container" style="display: flex;">
|
||||
<div>
|
||||
<h1>Unauthorized</h1>
|
||||
<p class="mt-4">
|
||||
<a href="/" class="text-blue underline">Go back home.</a>
|
||||
<a href="/">Go back home.</a>
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -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') ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue