supporting options
This commit is contained in:
parent
09a7dec949
commit
daef7ca9bd
3 changed files with 109 additions and 0 deletions
16
options.html
Normal file
16
options.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Chromesoul options</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
Login: <input type="text" id="login" class="opt"><br>
|
||||
Password (socks): <input type="password" id="pwd_socks", class="opt"><br>
|
||||
<button id="save">Save</button>
|
||||
</div>
|
||||
<div id="status"></div>
|
||||
<script src="options.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue