-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (50 loc) · 1.75 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="stylesheet" href="HTML/CSS/index.css">
</head>
<body>
<header>
<h2><i>HARI SANKAR R T</i></h2>
<nav>
<a href="index.html"><b>HOME</b></a>
<a href="HTML/About me.html"><b>ABOUT ME</b></a>
<a href="HTML/Skills.html"><b>SKILLS</b></a>
<a href="HTML/Education.html"><b>EDUCATION</b></a>
<a href="HTML/Experience.html"><b>EXPERIENCE</b></a>
<a href="HTML/Get in touch.html"><b>GET IN TOUCH</b></a>
</nav>
</header>
<main>
<br>
<br>
<br>
<br>
<br>
<br>
<div>
<P>Welcome to my website! </p>
<br>
<br>
<P>
My name is Hari Sankar R T,
and I'm thrilled that you've taken the time to visit. This website serves as a
platform for me to introduce myself and share my passions, experiences, and expertise
with you. Whether you're here to learn more about my background,or
simply connect with me, I hope that you'll find this website informative and engaging.
So take a look around, and don't hesitate to reach out if you have any questions or comments.
</P>
<br>
<br>
<P>Thank you for stopping by!</p>
</div>
</main>
<footer>
Copyright@2023
</footer>
</body>
</html>