This commit is contained in:
2024-01-23 19:00:57 -05:00
parent 173277cc8b
commit c136b20112
38 changed files with 257 additions and 964 deletions

View File

@ -24,7 +24,7 @@
<div class="error-contents">
<h3>Unauthorized Access!</h3>
<div class="error-img">
<img class="img-fluid" src="images/401.png" alt="" />
<img class="img-fluid" src="/images/401.png" alt="" />
</div>
<p>Sorry, you don't have permission to access this resource. Please log in or provide valid credentials.</p>
<a class="btn btn-primary" href="/"> Back To Homepage </a>