home page
This commit is contained in:
@@ -6,6 +6,6 @@ class Home extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
return view('welcome_message');
|
||||
return view('home_view');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user