-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
32 lines (27 loc) · 935 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
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pinbusters</title>
<link rel="stylesheet" href="css/popup.css">
<link href="https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" rel="stylesheet">
</head>
<body>
<div class="hero">
<img src="img/hero-image-small.png" alt="">
</div>
<div class="subtitle">
I ain't afraid of no pins!
</div>
<p>
<a href="https://github.com/bzx/pinbusters">GitHub repo</a>
</p>
<div class="bmc">
<p>If you enjoy this plugin, buy me a coffee :)</p>
<style></style><a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/bzx"><img src="https://www.buymeacoffee.com/assets/img/BMC-btn-logo.svg" alt="Buy me a coffee"><span style="margin-left:5px">Buy me a coffee</span></a>
</div>
<div class="footer">
© 2023 Tom Cvak
</div>
</body>
</html>