get rid of page action, start working on browser action popup

This commit is contained in:
Jack Case
2025-11-05 20:03:41 +00:00
parent 3753d103e4
commit f6bfb1aa4d
8 changed files with 66 additions and 67 deletions

View File

@@ -9,9 +9,9 @@
</head>
<body>
<form id="login-form">
<label for="email" id="username">user:</label>
<label for="email" id="username">username</label>
<input type="text" name="username" required />
<label for="password" id="password">password:</label>
<label for="password" id="password">password</label>
<input type="password" name="password" required />
<button id="login-button">login</button>
</form>