Update index.html

This commit is contained in:
Ray 2022-10-31 15:23:27 +11:00 committed by GitHub
parent 7099cbd1d6
commit 714960e58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -14,9 +14,11 @@
height="300">
<div class="topnav">
<a class="active" href="index">Home</a>
<a href="contactus">Contact</a>
<a href="aboutus">About</a>
<a class="active" href="index.html">Home</a>
<a href="contactus.html">Contact</a>
<a href="aboutus.html">About</a>
<a href="payments.html">Payments</a>
<a href="Products.html">Products</a>
</div>
</head>