-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathoptions.html
More file actions
26 lines (26 loc) · 662 Bytes
/
Copy pathoptions.html
File metadata and controls
26 lines (26 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head></head>
<body>
<div id="content">
<table>
<tr>
<td><label>proxy:</label></td>
<td><input id="proxyAddress"></td>
</tr>
<tr>
<td><label>username:</label></td>
<td><input id="proxyUsername"></td>
</tr>
<tr>
<td><label>password:</label></td>
<td><input id="proxyPassword"></td>
</tr>
</table>
<br>
<button type="button" id="save">Save</button>
<button type="button" id="clear">Clear</button>
<span id="status"></span>
</div>
<script type="application/javascript" src="js/options.js"></script>
</body>
</html>