forked from AmitGujar/Bink-Chrome-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
53 lines (46 loc) · 1.27 KB
/
popup.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
47
48
49
50
51
52
53
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Open Sans', sans-serif;
background-color: #ddd3dd;
margin: 2px;
border: 2px solid black;
padding: 10px;
width: 500px;
}
h1 {
color: blue;
}
h3,
a {
font-size: 18;
color: red;
}
h4 {
font-size: 18;
}
ul {
font-size: 16;
}
</style>
</head>
<body>
<h1>Bink</h1>
<div>
<h3>Developed by - Amit Gujar & Open Source
Community</h3>
<p>
<a href="https://github.com/AmitGujar/Bink-Chrome-Extension" target="_blank"">Contribute</a>
</p>
</div>
<h4>Notes - </h4>
<ul>
<li><b>Bink wants your Location Permission to Display Weather.</li></b><br>
<li> If Text is not properly visible due to Light
Wallpaper then Click on Change button to Change Wallpaper.</li><br>
<li>Extension will take some time to load for First Time, Depends on Internet Connection</li>
</ul>
</body>
</html>