auth page
This commit is contained in:
@@ -40,6 +40,8 @@ $routes->get('/privacy', 'Home::privacy');
|
|||||||
$routes->get('/contact', 'Home::contact');
|
$routes->get('/contact', 'Home::contact');
|
||||||
$routes->get('/howitworks', 'Home::howitworks');
|
$routes->get('/howitworks', 'Home::howitworks');
|
||||||
|
|
||||||
|
$routes->get('/auth', 'Home::index');
|
||||||
|
|
||||||
$routes->get('/tools', 'Tools::index');
|
$routes->get('/tools', 'Tools::index');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
<li><a href="#download" class="smoothscroll">APP</a></li>
|
<li><a href="#download" class="smoothscroll">APP</a></li>
|
||||||
<li><a href="#contact" class="smoothscroll">CONTACT</a></li>
|
<li><a href="#contact" class="smoothscroll">CONTACT</a></li>
|
||||||
<!-- li style="background-color: #7367f0;" onclick="viewLogin(); return;"><a href="/auth" >START</a></li -->
|
<!-- li style="background-color: #7367f0;" onclick="viewLogin(); return;"><a href="/auth" >START</a></li -->
|
||||||
<li style="background-color: #7367f0;"><a href="https://app.coregrade.com" >START</a></li>
|
<li style="background-color: #7367f0;"><a href="/auth" >START</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user