This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
chromesoul/options.html

17 lines
400 B
HTML
Raw Normal View History

2012-10-21 19:46:47 +02:00
<!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>