I REDID THE SIGNUP PAGE CAUSE YO MFS

This commit is contained in:
ROEvGABE 2022-10-07 22:46:56 -04:00
parent 38213d4e09
commit 4a68c99984
1 changed files with 11 additions and 4 deletions

View File

@ -4,27 +4,34 @@
<div class="max-w-lg mx-auto text-center text-white">
<img class="mx-auto" src="/favicon.png" alt="">
<p class="text-5xl font-bold">Register to Rowblox!</p>
<p class="text-5xl font-bold">Create an Account!</p>
<input
class="rounded-lg px-10 border-2 border-blue-500 text-black flex flex-col mx-auto my-4 py-2"
type="text"
name="username"
id="username"
placeholder="Username(dont be smart)"
placeholder="Username"
/>
<input
class="rounded-lg px-10 border-2 border-blue-500 text-black flex flex-col mx-auto my-5 py-2"
type="text"
name="pass"
id="password"
placeholder="Password(make it strong)"
placeholder="Password"
/>
<input
class="rounded-lg px-10 border-2 border-blue-500 text-black flex flex-col mx-auto my-5 py-2"
type="text"
name="password"
id="passwordconfirm"
placeholder="Confirm Password"
/>
<input
class="rounded-lg px-10 border-2 border-blue-500 text-black flex flex-col mx-auto my-4 py-2"
type="text"
name="invite"
id="invitekey"
placeholder="Invite(you need a friend)"
placeholder="Invite key"
/>
<div class="text-xl text-white">