I REDID THE SIGNUP PAGE CAUSE YO MFS
This commit is contained in:
parent
38213d4e09
commit
4a68c99984
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue