Javascript

This commit is contained in:
metacryst
2025-11-08 07:03:30 -06:00
parent e17efce338
commit 6f9ed49b2e
23 changed files with 445 additions and 891 deletions

View File

@@ -72,7 +72,7 @@
</div>
<div id="items">
<form id="login-form" action="/api/login" method="POST">
<form id="login-form" action="/login" method="POST">
<input name="email" placeholder="email" style="margin-bottom: 15px;" required>
<br>
<input name="password" type="password" placeholder="password" required>