forked from Spidyhog/TIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
32 lines (32 loc) · 1018 Bytes
/
aboutus.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
<!DOCTYPE html>
<head>
<title>About Us</title>
<link href="css/stylesheet.css" rel="stylesheet" type="text/css"/>
<style>
a:hover
{
color: black;
background-color: red;
}
</style>
</head>
<body>
<header class="header">
<img src="images/ico.jpg" height="5%" width="5%" class="i"/>
The Indian Store
</header>
<nav class="b">
<a class="t" href="Register"> Register </a>
<a class="t" href="signin"> Sign In </a>
</nav>
<nav class="r">
<a class="t" href="index.html"> Home</a>
<a class="t" href="aboutus.html">About Us</a>
<a class="t" href="#">Services</a>
<a class="t" href="#">Products</a>
<a class="t" href="#">Contact Us</a>
</nav>
<body>
<p>The Indian store was opened with a vision to provide India the latest fashion at a cheap price. We have a mission for providing a customers one stop online e-store for all latest fashion from the top brands across the globe. We the team of the indian store are continously woking on providing customers the best shopping experience</p>
<img src="images/ico.jpg"/>
</body>