Started the tailwind conversion process.
This commit is contained in:
parent
ca8f4e194f
commit
9729ebc7ac
22 changed files with 970 additions and 365 deletions
|
@ -1,5 +1,4 @@
|
|||
<h1>Login</h1>
|
||||
<block class="center-self" style="--w: 500px; --h: 500px;">
|
||||
<div class="flex flex-col items-center p-6 min-w-md">
|
||||
<form action="/api/register" method="POST">
|
||||
<card>
|
||||
<top><h2 style="color: white">Register</h2></top>
|
||||
|
@ -12,12 +11,10 @@
|
|||
<input id="password" name="password" placeholder="Password" type="password">
|
||||
</middle>
|
||||
<bottom>
|
||||
<button-group>
|
||||
<button type="button">Cancel</button>
|
||||
<button id="register-submit" type="submit">Register</button>
|
||||
</button-group>
|
||||
<button type="button">Cancel</button>
|
||||
<button id="register-submit" type="submit">Register</button>
|
||||
</bottom>
|
||||
</card>
|
||||
</form>
|
||||
<div class="center"><a href="/login/">Have an account? Click to Login.</a></div>
|
||||
</block>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue