diff --git a/app/Config/Routes.php b/app/Config/Routes.php index bb9c1e7..fdb51cf 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -40,6 +40,8 @@ $routes->get('/privacy', 'Home::privacy'); $routes->get('/contact', 'Home::contact'); $routes->get('/howitworks', 'Home::howitworks'); +$routes->get('/auth', 'Home::index'); + $routes->get('/tools', 'Tools::index'); diff --git a/app/Views/home/index.php b/app/Views/home/index.php index be3a9f6..1e91bce 100644 --- a/app/Views/home/index.php +++ b/app/Views/home/index.php @@ -82,7 +82,7 @@
  • APP
  • CONTACT
  • -
  • START
  • +
  • START
  • diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index 7050aa9..e69de29 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -1,324 +0,0 @@ - - - - - Welcome to CodeIgniter 4! - - - - - - - - - - - -
    - - - -
    - -

    Welcome to CodeIgniter

    - -

    The small framework with powerful features

    - -
    - -
    - - - -
    - -

    About this page

    - -

    The page you are looking at is being generated dynamically by CodeIgniter.

    - -

    If you would like to edit this page you will find it located at:

    - -
    app/Views/welcome_message.php
    - -

    The corresponding controller for this page can be found at:

    - -
    app/Controllers/Home.php
    - -
    - -
    - -
    - -

    Go further

    - -

    - - Learn -

    - -

    The User Guide contains an introduction, tutorial, a number of "how to" - guides, and then reference documentation for the components that make up - the framework. Check the User Guide !

    - -

    - - Discuss -

    - -

    CodeIgniter is a community-developed open source project, with several - venues for the community members to gather and exchange ideas. View all - the threads on CodeIgniter's forum, or chat on Slack !

    - -

    - - Contribute -

    - -

    CodeIgniter is a community driven project and accepts contributions - of code and documentation from the community. Why not - - join us ?

    - -
    - -
    - - - - - - - - - - - - -