Changed title, fixed grammatical mistakes
This commit is contained in:
		| @@ -9,13 +9,13 @@ exit(); | |||||||
| <html lang="en" class="h-full bg-white"> | <html lang="en" class="h-full bg-white"> | ||||||
| <head> | <head> | ||||||
|   <link rel="stylesheet" href="output.css"> |   <link rel="stylesheet" href="output.css"> | ||||||
|   <title>Title</title> |   <title>Sign up - GLink</title> | ||||||
| </head> | </head> | ||||||
| <body class="h-full mx-[10%]"> | <body class="h-full mx-[10%]"> | ||||||
|  |  | ||||||
| <div class="flex min-h-full flex-col px-6 pt-24 lg:px-8"> | <div class="flex min-h-full flex-col px-6 pt-24 lg:px-8"> | ||||||
|   <div class="sm:mx-auto sm:w-full sm:max-w-sm"> |   <div class="sm:mx-auto sm:w-full sm:max-w-sm"> | ||||||
|     <img class="mx-auto h-10 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company"> |     <img class="mx-auto h-10 w-auto" src="GLink-Logo-alt.svg" alt="GLink Logo"> | ||||||
|     <h2 class="mt-10 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">Sign up for an account</h2> |     <h2 class="mt-10 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">Sign up for an account</h2> | ||||||
|   </div> |   </div> | ||||||
|  |  | ||||||
| @@ -26,7 +26,7 @@ exit(); | |||||||
|         <div class="mt-2"> |         <div class="mt-2"> | ||||||
|           <input id="email" name="email" type="email" autocomplete="email" required class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"> |           <input id="email" name="email" type="email" autocomplete="email" required class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"> | ||||||
|           <div id="email-error" class="hidden mt-2 text-red-800 text-xs"> |           <div id="email-error" class="hidden mt-2 text-red-800 text-xs"> | ||||||
|             invalid Email |             Invalid Email | ||||||
|           </div> |           </div> | ||||||
|         </div> |         </div> | ||||||
|       </div> |       </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user