-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
33 lines (32 loc) · 1.26 KB
/
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
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Geeta Quote Daily</title>
<link href="popup.css" rel="stylesheet"> <!-- Ensure you have a popup.css file -->
<link href="cursor.css" rel="stylesheet">
</head>
<body>
<div class="content">
<h1>Geeta Quote Daily</h1>
<!-- Your existing popup content here -->
<div class="instructions">
<p>Open a new tab in Chrome to see today's Bhagavad Gita quote and start your day with wisdom and peace.</p>
</div>
<!-- Buy Me a Coffee Button -->
<div class="support">
<a href="https://www.buymeacoffee.com/rohit.wadhwa" target="_blank">
<img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=rohit.wadhwa&button_colour=40DCA5&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00"/>
</a>
</div>
<!-- Link to More Extensions -->
<div class="more-extensions">
<a href="https://chrome.google.com/webstore/search/rohit%20wadhwa?hl=en-GB&authuser=0" target="_blank">Find more
of my extensions here</a>
</div>
</div>
<div class="cursor"></div>
<script src="cursor.js"></script>
</body>
</html>