-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
34 lines (32 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<style>
#contact {
font-size: 24px;
text-align: center;
}
#github {
color: inherit;
text-decoration: inherit;
}
p {
font-family: 'Roboto', sans-serif;
}
</style>
<title>Chromium ad-blocker</title>
</head>
<body>
<div id="contact">
<a href="https://github.com/Bombo01/Black-hole-ad-blocker" target="_blank" id="github"><i class="fab fa-github"></i></a>
</div>
<script src="popup.js"></script>
</body>
</html>