asas
parent
db62466083
commit
2ccdd0f623
@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>404 - Page Not Found</title>
|
||||||
|
<link rel="stylesheet" href="assets/css/style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="custom-error-container">
|
||||||
|
<h1 class="error-title">404</h1>
|
||||||
|
<h2 class="error-subtitle">Page Not Found</h2>
|
||||||
|
<p class="error-message">Oops! It seems like the page you're looking for doesn't exist.</p>
|
||||||
|
<a class="error-button" href="/">Go back home</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -1,2 +1,2 @@
|
|||||||
# simswebsite
|
# simswebsite -- www.simssoftware.in
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
Thanks for downloading this template!
|
|
||||||
|
|
||||||
Template Name: Multi
|
|
||||||
Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
|
|
||||||
Author: BootstrapMade.com
|
|
||||||
License: https://bootstrapmade.com/license/
|
|
||||||
Loading…
Reference in New Issue