<!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="lib/options.js"></script>
</body>
</html>