-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstalled.html
More file actions
51 lines (47 loc) · 1.29 KB
/
installed.html
File metadata and controls
51 lines (47 loc) · 1.29 KB
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
47
48
49
50
51
<div style="
box-sizing: border-box;
background: #38678f;
padding: 50px;
align-items: center;
margin: 50px;
margin-top: 50px;
margin-bottom: 50px;">
<h1 style="
color: #fefefe;
display: inline-block;
box-sizing: border-box;
margin: 50px;
margin-top: 50px;
margin-bottom: 50px;">
Thanks for installing Harpokrat</h1>
<img style="max-height: 64px; display: inline-block;" src="https://harpokrat.com/assets/img/hpk.svg" alt="">
</div>
<div style="display: block;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;">
<div style="
position: absolute;
border: 4px solid #38678f;
top: 4px;
right: 4px;
background-color: #fefefe;
padding: 20px;
width: 325px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(110,110,110,0.23);
-moz-box-shadow: 0px 0px 1px 1px rgba(110,110,110,0.23);
box-shadow: 0px 0px 1px 1px rgba(110,110,110,0.23);">
<p style="text-align: center;">↑ By clicking on the Harpokrat logo here, ↑</p>
<p style="text-align: center;"> you can see a list of your passwords</p>
</div>
</div>
<p>Once you have logged in, the extension will automatically find accounts it can log you into on the websites you are
visiting</p>
<style>
p {
font-size: large;
}
</style>