Files
wbamberg 5dd59a4028 Example of the webRequest.onAuthRequired API (#206)
* Example of the webRequest.onAuthRequired API

* Update README, add applications.id to manifest
2017-04-14 13:34:05 -07:00

23 lines
425 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="options.css"/>
</head>
<body>
<section class="credentials">
<div class="title" >Username and password</div>
<label>Username: <input id="username" type="text"/></label>
<label>Password: <input id="password" type="text"/></label>
</section>
<script src="options.js"></script>
</body>
</html>