auth page

This commit is contained in:
Olu Amey
2021-09-25 21:53:14 -04:00
parent 730965a47e
commit 034362a98e
3 changed files with 3 additions and 325 deletions
+2
View File
@@ -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');
+1 -1
View File
@@ -82,7 +82,7 @@
<li><a href="#download" class="smoothscroll">APP</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;"><a href="https://app.coregrade.com" >START</a></li>
<li style="background-color: #7367f0;"><a href="/auth" >START</a></li>
</ul>
</div>
</div>
File diff suppressed because one or more lines are too long