create error 404 pages

errors error
This commit is contained in:
Tutur33
2023-11-26 21:28:38 +01:00
parent 08713671b4
commit a10f15113e
5 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -53,5 +53,5 @@
"testProviders": [
"@japa/preset-adonis/TestsProvider"
],
"lastCompiledAt": "2023-11-25T22:31:57.991Z"
"lastCompiledAt": "2023-11-26T20:24:05.841Z"
}
+23 -1
View File
@@ -1 +1,23 @@
<p> It's a 404 </p>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,900" rel="stylesheet">
<title>404 HTML Tempate by Colorlib</title>
@entryPointStyles('errors/not-found.css')
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h1>404</h1>
</div>
<h2>We are sorry, Page not found!</h2>
<p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>
<a href="#">Back To Homepage</a>
</div>
</div>
</body>
</html>
+2 -2
View File
@@ -34,8 +34,8 @@
<button class="depli-nav" id="depli-nav">
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 30 24">
<rect width="30" height="4" rx="2" ry="2" fill="#000" />
<rect y="10" width="30" height="4" rx="2" ry="2" fill="#000" />
<rect y="20" width="30" height="4" rx="2" ry="2" fill="#000" />
<rect y="10" width="20" height="4" rx="2" ry="2" fill="#000" />
<rect y="20" width="25" height="4" rx="2" ry="2" fill="#000" />
</svg>
</button>
<img src="/logo.png" alt="">
+2 -2
View File
@@ -34,8 +34,8 @@
<button class="depli-nav" id="depli-nav">
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 30 24">
<rect width="30" height="4" rx="2" ry="2" fill="#000" />
<rect y="10" width="30" height="4" rx="2" ry="2" fill="#000" />
<rect y="20" width="30" height="4" rx="2" ry="2" fill="#000" />
<rect y="10" width="20" height="4" rx="2" ry="2" fill="#000" />
<rect y="20" width="25" height="4" rx="2" ry="2" fill="#000" />
</svg>
</button>
<img src="/logo.png" alt="">