-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gettingstarted.html
46 lines (46 loc) · 1.43 KB
/
gettingstarted.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<style>
h1 {font-size:60px}
p {font-size:30px}
</style>
<link rel="icon" type="image/png" href="../images/icon128.png">
</head>
<document>
<title>Getting Started</title>
<center><h1>Getting Started with SitePassword</h1></center>
<p>
Click on the puzzle piece, and pin the SitePassword icon to the toolbar.
</p>
<img id="fig1" src="images/startfig1.png"/>
<p>
Next, navigate to a page with a login form, such as
<a href="https://alantheguru.alanhkarp.com">alantheguru.alanhkarp.com</a>
</p>
<img id="fig2" src="images/startfig2.png"/>
<p>
Click on the SitePassword icon, and fill in the form.
</p>
<img id="fig3" src="images/startfig3.png"/>
<p>
Mouse over to the login form.
</p>
<img id="fig4" src="images/startfig4.png"/>
<p>
Click on the password field, and you're ready to login.
</p>
<img id="fig5" src="images/startfig5.png"/>
<p>
When you return to this page on any machine you synchronize bookmarks with,
you only need to click on the password field.
</p>
<p>
Click on the
<img src="images/instructionsopen.png" style="height: 24px; vertical-align: middle"/>
icon on the SitePassword popup window to learn more.
</p>
</document>
</html>