home page

This commit is contained in:
CHIEFSOFT\ameye
2024-04-25 07:04:35 -04:00
parent 1c575d248a
commit f753b60601
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ class Home extends BaseController
{
public function index(): string
{
return view('welcome_message');
return view('home_view');
}
}
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Integrated Middleware</title>
<meta name="description" content="The small framework with powerful features">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
</head>
<body style="background-color: aliceblue;">
<!-- -->
</body>
</html>