-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopup.html
More file actions
28 lines (28 loc) · 706 Bytes
/
popup.html
File metadata and controls
28 lines (28 loc) · 706 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fairview</title>
<link rel="stylesheet" href="popup.css" />
</head>
<body>
<header>
<h1>Fairview</h1>
<p>Unbiased LinkedIn Sourcing</p>
</header>
<main>
<label>Enable Blurring <input type="checkbox" id="blur-toggle" /></label>
</main>
<footer>
Encountered an issue?
<a
href="https://github.com/vmorsell/fairview/issues"
target="_blank"
rel="noopener noreferrer"
>Send feedback</a
>
</footer>
<script src="popup.js"></script>
</body>
</html>