Add functionality to the login and register button - Follow Up Deployment
Browse files- index.html +10 -0
index.html
CHANGED
|
@@ -648,6 +648,11 @@
|
|
| 648 |
<p class="mt-2 text-center text-sm text-gray-600 dark:text-gray-300">
|
| 649 |
Or <a href="#register" class="font-medium text-blue-600 dark:text-blue-400 hover:text-blue-500">register for a new account</a>
|
| 650 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 651 |
</div>
|
| 652 |
<form class="mt-8 space-y-6" action="#" method="POST">
|
| 653 |
<input type="hidden" name="remember" value="true">
|
|
@@ -741,6 +746,11 @@
|
|
| 741 |
<p class="mt-2 text-center text-sm text-gray-600 dark:text-gray-300">
|
| 742 |
Or <a href="#login" class="font-medium text-blue-600 dark:text-blue-400 hover:text-blue-500">sign in to your existing account</a>
|
| 743 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 744 |
</div>
|
| 745 |
<form class="mt-8 space-y-6" action="#" method="POST">
|
| 746 |
<div class="rounded-md shadow-sm space-y-4">
|
|
|
|
| 648 |
<p class="mt-2 text-center text-sm text-gray-600 dark:text-gray-300">
|
| 649 |
Or <a href="#register" class="font-medium text-blue-600 dark:text-blue-400 hover:text-blue-500">register for a new account</a>
|
| 650 |
</p>
|
| 651 |
+
<div class="text-center mt-4">
|
| 652 |
+
<a href="#landing" class="text-sm text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300">
|
| 653 |
+
<i class="fas fa-arrow-left mr-1"></i> Back to home
|
| 654 |
+
</a>
|
| 655 |
+
</div>
|
| 656 |
</div>
|
| 657 |
<form class="mt-8 space-y-6" action="#" method="POST">
|
| 658 |
<input type="hidden" name="remember" value="true">
|
|
|
|
| 746 |
<p class="mt-2 text-center text-sm text-gray-600 dark:text-gray-300">
|
| 747 |
Or <a href="#login" class="font-medium text-blue-600 dark:text-blue-400 hover:text-blue-500">sign in to your existing account</a>
|
| 748 |
</p>
|
| 749 |
+
<div class="text-center mt-4">
|
| 750 |
+
<a href="#landing" class="text-sm text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300">
|
| 751 |
+
<i class="fas fa-arrow-left mr-1"></i> Back to home
|
| 752 |
+
</a>
|
| 753 |
+
</div>
|
| 754 |
</div>
|
| 755 |
<form class="mt-8 space-y-6" action="#" method="POST">
|
| 756 |
<div class="rounded-md shadow-sm space-y-4">
|