-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
32 lines (27 loc) · 737 Bytes
/
contact.html
File metadata and controls
32 lines (27 loc) · 737 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Contacts </title>
</head>
<body>
<div class="header">
<a href="index.html">Home</a>
<a href="academics.html">Academics</a>
<a href="personal.html">Personal</a>
<a href="resume.html">Resume</a>
</div>
<div class="body">
<h1>Contact Us:</h1>
<address>
Online Degree Office, <br>
3rd Floor, ICSR Building,<br>
IIT Madras,Chennai-600036<br><br>
7850-999966(Mon-Fri 9am-6pm)<br>
support@onlinedegree.iitm.ac.in
</address>
</div>
<div class="footer">
<h5>Tejasva Susheel Chaudhary | 2024 batch | copyright,2025</h5>
</div>
</body>
</html>