working on state

This commit is contained in:
Jack Case
2025-11-14 00:55:29 +00:00
parent 2790a97ea2
commit e9169cbcf4
2 changed files with 20 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
<title>Slop Farmer</title>
</head>
<body>
<div id="signup">
<div id="signup" style="visibility: collapse;"
<form id="signup-form">
<label for="email">email</label>
<input type="email" name="email" required />
@@ -19,7 +19,7 @@
</form>
</div>
<div id="login">
<div id="login" style="visibility: collapse;">
<h1>Log in to enable slop checking and reporting</h1>
<form id="login-form">
<label for="email" id="username">username</label>
@@ -31,7 +31,7 @@
<h2 style="visibility: collapse;" id="login-status">You're logged in.</h2>
</div>
<div id="report">
<div id="report" style="visibility: collapse;">
<button>Report this page</button>
</div>
</body>