-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopup.html
More file actions
32 lines (28 loc) · 1.1 KB
/
popup.html
File metadata and controls
32 lines (28 loc) · 1.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/popup.css">
<title>Facebook QuietFeed</title>
</head>
<body>
<div class="popup-container">
<div class="top-bar">
<div class="version-number" id="version">Version: Fetching...</div>
<div class="middle-text">Something not working?</div>
<div class="button-container">
<a class="log-issue-button" target="_blank"
href="https://github.com/nomandhoni-cs/Facebook-QuietFeed/issues">Log an issue →</a>
</div>
</div>
<div>
<img src="assets/logo/icon128.png" alt="Facebook QuietFeed Extension Logo" class="logo">
<h1 class="extension-name">Facebook QuietFeed</h1>
<a href="https://github.com/nomandhoni-cs/Facebook-QuietFeed" target="_blank" class="github-link">GitHub
Repository</a>
</div>
</div>
<script src="js/popup.js"></script>
</body>
</html>