Update index.html

This commit is contained in:
Ray 2022-10-31 14:39:39 +11:00 committed by GitHub
parent 31ff2d430c
commit 87150b6ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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>