-
Notifications
You must be signed in to change notification settings - Fork 0
/
preferences.html
executable file
·32 lines (30 loc) · 1.26 KB
/
preferences.html
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
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<title>Passwordstate</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="js/preferences.js"></script>
</head>
<body>
<div class="prefences" id="prefences">
<form>
<div class="main">
<div class="popup" style='width: 100%;'>
<div class="ico_img" style='padding-right: 5px;'>
<img src="images/user.png"/>
</div>
Preferences
<span class="prefs-build-info">(Extension Build <span id="build"></span>)</span>
<div class="line"></div>
</div>
Please browse to your Passwordstate web site so this Extension can automatically be configured.
<br /><br />
When this icon turns from Red to White, you can begin using this feature.
<br /><br />
You Passwordstate web site must also be using a Trusted SSL Certificate for this extension to work. Please refer to documentation for further information.
<br /><br />
</div>
</form>
</div>
</body>
</html>