get rid of page action, start working on browser action popup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user