-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
27 lines (27 loc) · 817 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>YouTube AdBlocker</title>
</head>
<body>
<div class="popup-container">
<img src="icon.png" alt="Extension Icon" class="extension-icon" >
<h2>YouTube AdBlocker</h2>
<p>Block annoying ads on YouTube and enjoy an uninterrupted viewing experience.</p>
<div class="features">
<h2>Key Features:</h2>
<ul>
<li>Blocks video ads</li>
<li>Enhances video loading speed</li>
<li>Easy to use and customize</li>
</ul>
</div>
<footer>
<h3>Created by <a href="https://linktr.ee/kanani_nirav" target="_blank">Kanani Nirav</a></h3>
</footer>
</div>
</body>
</html>