-
Notifications
You must be signed in to change notification settings - Fork 0
/
army.html
31 lines (28 loc) · 1.23 KB
/
army.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Major Vijay Chauhan</title>
<link rel="shortcut icon" href="Assests/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="styles/christopher.css">
</head>
<body>
<div class="christopher">
<img src="Assests/army__image.jpg" alt="christopher Image">
<div class="contents">
<h3>Major Vijay Chauhan - RAW Agent</h3>
<p><span style="font-size: 40px;">V</span>ijay Chauhan tried to clear NDA exams many times
but he failed as he couldn't get good coaching due to the lack of money
. Then he came to us and we coached him by our expert teachers. With the great training from our
teachers he
cleared the NDA exam.
</p>
<div>
<p>Now after a few years of service he is working as a Major in the Indian army.
He regularly donates 10% of his salary to our trust</p>
</div>
</div>
</div>
</body>
</html>