-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.02 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<title>UPSC</title>
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div class="head">
<img src="images/download.png" alt="emblem of india">
<p>संघ लोक सेवा आयोग <br>
UPSC <br>
Union Public Service Commission</p>
<hr>
<div class="menu">
<button class="about">About Us</button>
<a href="./pages/exam.html"><button>Examination</button></a>
<a href="./pages/form.html"> <button>Forms and Download</button></a>
<a href="./pages/faq.html"> <button>Information and Guidelines</button></a>
<a href="./pages/contact.html"> <button>Contact</button></a>
</div>
<div>
<img class="one" src="images/sl1 copy.jpg" alt="UPSC Logo">
<img class="one" src="images/sl2.jpg" alt="UPSC Logo">
<img class="one" src="images/sl3.jpg" alt="UPSC Logo">
<img class="one" src="images/sl4.jpg" alt="UPSC Logo">
</div>
</div>
</body>
</html>