report successful login and update pageaction icon on report

This commit is contained in:
Jack Case
2025-10-26 14:41:03 -04:00
parent 5a4896b5b4
commit bf6c96a3b1
3 changed files with 10 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
<title>Slop Farmer</title>
</head>
<body>
<h1>Hello, world!</h1>
<form id="login-form">
<label for="email" id="username">user:</label>
<input type="text" name="username" required />
@@ -16,4 +15,5 @@
<input type="password" name="password" required />
<button id="login-button">login</button>
</form>
<h2 style="visibility: collapse;" id="login-status">You're logged in.</h2>
</body>