-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonal.html
More file actions
28 lines (23 loc) · 758 Bytes
/
personal.html
File metadata and controls
28 lines (23 loc) · 758 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Personal </title>
</head>
<body>
<div class="header">
<a href="index.html">Home</a>
<a href="academics.html">Academics</a>
<a href="contact.html">Contacts</a>
<a href="resume.html">Resume</a>
</div>
<div class="body">
<h1>Personal</h1>
<img width="250" height="250" src="personal1.png" alt="Personal Image 1">
<img width="250" height="250" src="personal2.png" alt="Personal Image 2"><br><br>
<a href="http://www.onlinedegree.iitm.ac.in">Click here to view online degree Webpage</a>
</div>
<div class="footer">
<h5>Tejasva Susheel Chaudhary | 2024 batch | copyright,2025</h5>
</div>
</body>
</html>