-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcurrent-affairs.html
More file actions
36 lines (31 loc) · 1.09 KB
/
Copy pathcurrent-affairs.html
File metadata and controls
36 lines (31 loc) · 1.09 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>Current Affairs | 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>Current Affairs</h2>
<div class="item">
<h3>January 2026 Edition</h3>
<p>current affairs notes for January 2026</p>
<a class="whatsapp-btn" href="https://wa.me/919044443252?text=Hello%2C%20I%20want%20to%20buy%20Current%20Affairs%20January%202026" target="_blank">
Buy via WhatsApp
</a>
</div>
<div class="item">
<h3>February 2026 Edition</h3>
<p>current affairs notes for February 2026</p>
<a class="whatsapp-btn" href="https://wa.me/919044443252?text=Hello%2C%20I%20want%20to%20buy%20Current%20Affairs%20February%202026" 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>