Update index
This commit is contained in:
parent
efce70e5a2
commit
b98ba1c4a9
@ -5,7 +5,7 @@ use CodeIgniter\Router\RouteCollection;
|
||||
/**
|
||||
* @var RouteCollection $routes
|
||||
*/
|
||||
//$routes->get('/', 'Home::index');
|
||||
$routes->get('/', 'Home::index');
|
||||
|
||||
$routes->post('/auth/login/', 'Auth::login');
|
||||
$routes->post('/auth/change_pass/', 'Auth::change_pass');
|
||||
|
||||
12
app/Views/welcome_message.php
Normal file
12
app/Views/welcome_message.php
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello World Page</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Hello World!</h1>
|
||||
<p>This is a simple HTML page.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user