Init
This commit is contained in:
commit
d796f9e08a
14 changed files with 411 additions and 0 deletions
17
pages/error/404.html
Normal file
17
pages/error/404.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- <link rel="icon" type="image/x-icon" href="/public/img/favicon.ico">-->
|
||||
<!-- <link rel="stylesheet" href="/public/css/main.css">-->
|
||||
<title>Error 404 - Hibiscus</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Error 404 - Not Found</h1>
|
||||
<p>The page you were looking for doesn't exist or was moved</p>
|
||||
<h3><a href="/">Go home?</a></h3>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue