17 lines
400 B
HTML
17 lines
400 B
HTML
|
<!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>
|