working on state
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user