-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINDEX.HTML
More file actions
33 lines (29 loc) · 863 Bytes
/
INDEX.HTML
File metadata and controls
33 lines (29 loc) · 863 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
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY PORTFOLIO</title>
<link rel="stylesheet" href="STYLE.CSS">
</head>
<body>
<center>
<h1 id="PORT">MY PORTFOLIO</h1>
</center>
<center>
<img src="WhatsApp Image 2025-08-24 at 14.21.39_2857c17b.jpg" alt="My portfolio image">
</center>
<center>
<h1>ADITHYA KARKERA</h1><br>
<h4>USN:NNM24CS017</h4><br>
<h4>SEMESTER:III SEMESTER</h4><br>
<h4>BRANCH:CSE</h4><br>
<h4>Phone number:9880417121</h4><br>
<h4>EMAIL ID:NNM24CS017@NMAMIT.IN</h4><br>
<h4>ADDRESS</h4>
<p>:PANCHAMUKHI
SADASHIVA LAYOUT
SURARTHKAL MANGALORE</p>
</center>
</body>
</html>