-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (48 loc) · 2.28 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!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 - Daily Wisdom from the Bhagavad Gita</title>
<meta content="Geeta Quote Daily enriches your day with inspirational quotes from the Bhagavad Gita, set against serene visuals and accompanied by the soothing sounds of Krishna's flute. A moment of peace and reflection with every new tab."
name="description">
<meta content="Rohit Wadhwa" name="author">
<link href="images/favicon.ico" rel="icon">
<link href="images/icon128.png" rel="icon" sizes="128x128"
type="image/png"/>
<link href="images/icon64.png" rel="icon" sizes="64x64"
type="image/png"/>
<link href="images/icon16.png" rel="icon" sizes="16x16"
type="image/png"/>
<link href="style.css" rel="stylesheet">
<link href="cursor.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div id="date-time"></div>
<img alt="Peacock Feather" class="mayur-pankh" src="images/mayur-pankh.png">
<div id="quote">Loading...</div>
<div class="music-controls">
<div class="button-group">
<button id="reload">⟳ Reload</button>
<button id="music-toggle">🔊 Play Music</button>
</div>
<a href="https://www.jiosaavn.com/album/mahabharat-krishna-theme-unplugged-version/XNhL0PS1ZtA_" id="saavn-link"
target="_blank" title="Mahabharat (Krishna Theme) [Unplugged Version]">Listen on Saavn</a>
</div>
</div>
<audio id="background-music" loop>
<source src="https://aac.saavncdn.com/100/098c92cfdc25fa1373be9f572b72ea90_320.mp4" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<a href="https://bhagavadgitaapi.in/" id="made-possible-with">Made possible with <span>Bhagvad Gita API</span>.</a>
<div class="buy-me-coffee">
<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=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"/>
</a>
</div>
<div class="cursor"></div>
<script src="newtab.js"></script>
<script src="cursor.js"></script>
</body>
</html>