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/background.html
Rodolphe Breard d2570a8e41 window mode
2012-11-07 10:53:48 +01:00

24 lines
891 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Chromesoul</title>
</head>
<body>
<h1>Welcome to chromesoul</h1>
<fieldset>
<legend>Connection informations</legend>
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> <span id="status"></span>
</fieldset>
<p>Status: <span id="status_txt"></span></p>
<div><button id="reconnect">Reconnect</button></div>
<script type="text/javascript" src="third-party/md5-min.js"></script>
<script type="text/javascript" src="third-party/ab-str.js"></script>
<script type="text/javascript" src="lib/ns_client.js"></script>
<script type="text/javascript" src="lib/options.js"></script>
<script type="text/javascript" src="start.js"></script>
</body>
</html>