-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (32 loc) · 1.3 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
</head>
<body>
<header>
<nav>
<div class="logo"> <img src="D:\VIT\SEM 2\SDP\Website 2\Images\logo.png" height=102 width= 120> </div>
<!-- <h1> <span> Ayurveda Is The Science Of Life</span> </h1> -->
<!-- <h1> <span> <b><font color="white" size="24" align-text="center"> Ayurveda Is The Science Of Life </font></b> </span></h1> -->
<div class="menu">
<a href="#">Home</a>
<a href="D:\VIT\SEM 2\SDP\Website 2\info\info.html">Info</a>
<a href="D:\VIT\SEM 2\SDP\Website 2\Shop\shop.html">Shop</a>
<a href="D:\VIT\SEM 2\SDP\Website 2\About\about.html">About</a>
<a href="https://www.linkedin.com/in/sanskruti-shimple/">Contact</a>
</div>
</nav>
<main>
<section>
<h3>Welcome To Vedix <span class="change_content"</span></h3><br><br>
<!-- <h1> <span> Ayurveda Is The Science Of Life </span></h1> -->
<p>Life (ayu) is the combination (samyoga) of body, senses, mind and reincarnating soul.<br>
Ayurveda is the most sacred science of life, beneficial to humans both in this world and the world beyond.</p><br><br>
<!-- <a href="#" class="btnone">Sign Up Here</a><br> -->
</section>
</main>
</header>
</body>
</html>>