-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
22 lines (22 loc) · 866 Bytes
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FabriFetch Popup</title>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<div class="popup-container">
<img src="icons/icon128.png" alt="FabriFetch Icon" class="popup-icon">
<h1>Thank You!</h1>
<p>Thank you for using the FabriFetch extension.</p>
<p>If you'd like to contribute, please visit our <a href="https://github.com/rastr1sr/FabriFetch" target="_blank" class="popup-link">GitHub Repository</a>.</p>
<div class="github-link">
<a href="https://github.com/rastr1sr/FabriFetch" target="_blank">
<img src="icons/github-logo.png" alt="GitHub Logo" class="github-icon">
</a>
</div>
</div>
</body>
</html>