Started the tailwind conversion process.

This commit is contained in:
Zed A. Shaw 2025-08-10 01:19:30 -04:00
parent ca8f4e194f
commit 9729ebc7ac
22 changed files with 970 additions and 365 deletions

View file

@ -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">
<form action="/api/login" method="POST">
<card>
<top><h2 style="color: white">Login</h2></top>
@ -10,12 +9,10 @@
<input id="password" name="password" placeholder="Password" type="password">
</middle>
<bottom>
<button-group>
<button type="button">Cancel</button>
<button id="login-submit" type="submit">Login</button>
</button-group>
<button type="button">Cancel</button>
<button id="login-submit" type="submit">Login</button>
</bottom>
</card>
</form>
<div class="center"><a href="/register/">Need an account? Click to Register.</a></div>
</block>
</div>