Update index.html
This commit is contained in:
parent
31ff2d430c
commit
87150b6ced
10
index.html
10
index.html
|
@ -13,11 +13,11 @@
|
|||
width="300"
|
||||
height="300">
|
||||
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="contactus.html">Contact Us<a></li>
|
||||
<li><a href="products.html">Products<a></li>
|
||||
<li><a href="payment.html">Payments<a></li>
|
||||
<li><a href="aboutus.html">About Us<a></li>
|
||||
<div class="topnav">
|
||||
<a class="active" href="#home">Home</a>
|
||||
<a href="#contactus">Contact</a>
|
||||
<a href="#aboutus">About</a>
|
||||
</div>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue