-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
28 lines (28 loc) · 716 Bytes
/
popup.html
File metadata and controls
28 lines (28 loc) · 716 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
<html class="popup-window" style="width: 200px">
<body>
<h2>Let There Be Light</h2>
<p>
version: 0.0.1 |
<a
href="https://github.com/garnetred/let-there-be-light"
style="color: navy"
target="_blank"
rel="noopener noreferrer"
>github</a
>
</p>
<script src="popup.js" type="module"></script>
<p style="color: gray">
Loving this extension? <br />
Consider
<a
href="https://www.buymeacoffee.com/decemberthedeveloper"
style="font-weight: bold; color: navy"
target="_blank"
rel="noopener noreferrer"
>buying me a coffee</a
>
to support my work.
</p>
</body>
</html>