-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
60 lines (51 loc) · 1.03 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
54
55
56
57
58
59
60
<!doctype html>
<html>
<head>
<title>PandaBlocker</title>
<style>
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600";
body {
font-family: "Source Sans Pro", Helvetica, sans-serif;
}
#body-addart {
min-width: 350px;
}
#tag-addart {
font-style: italic;
color: #333333;
}
#body-addart img {
width: 80px;
text-align: center;
}
ul {
list-style-type: none;
text-align: center;
padding: 0;
}
li {
display: inline;
text-align: center;
}
li a {
text-decoration: none;
}
li img {
max-width: 35px;
margin: 20px;
}
h1 {
font-weight: bold;
font-size: 20pt;
}
p {
font-size: 11pt;
}
</style>
</head>
<body id="body-addart">
<!-- <img src="img/logo.png" alt="Addart" /> -->
<p id="tag-addart">Hey</p>
<h1>Ashish here</h1>
</body>
</html>