supporting options

This commit is contained in:
Rodolphe Breard 2012-10-21 19:46:47 +02:00
parent 09a7dec949
commit daef7ca9bd
3 changed files with 109 additions and 0 deletions

16
options.html Normal file
View 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>