-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathebooks.html
More file actions
36 lines (31 loc) · 1.03 KB
/
Copy pathebooks.html
File metadata and controls
36 lines (31 loc) · 1.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>eBooks | Polymath Study Point</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h2>eBooks</h2>
<div class="item">
<h3>history book</h3>
<p>complete geography notes for UPSC</p>
<a class="whatsapp-btn" href="https://wa.me/919044443252?text=Hello%2C%20I%20want%20to%20buy%20UPSC%20History%20Book" target="_blank">
Buy via WhatsApp
</a>
</div>
<div class="item">
<h3>UPSC Geography Book</h3>
<p>Complete Geography notes for UPSC</p>
<a class="whatsapp-btn" href="https://wa.me/919044443252?text=Hello%2C%20I%20want%20to%20buy%20UPSC%20Geography%20Book" target="_blank">
Buy via WhatsApp
</a>
</div>
<div style="text-align:center; margin-top:30px;">
<a href="index.html" class="btn">Back to Home</a>
</div>
</div>
</body>
</html>