Skip to content

Commit

Permalink
Update investment.html
Browse files Browse the repository at this point in the history
  • Loading branch information
meharkp7 authored Oct 26, 2024
1 parent 14d7638 commit 4d65c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion investment.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3>Payment Options</h3>

<button type="submit" class="rounded">Pay Now</button>

<li><a href="payment.html"><button onclick="window.location.href='payment.html';" style="padding-inline: 15px;padding-top: 10px;padding-bottom: 10px;border-radius: 20px;background-color: #7c7dd6;border-style: none;">Pay Now</button></a></li>
<li><a href="payment.html"><button onclick="window.location.href="payment.html";" style="padding-inline: 15px;padding-top: 10px;padding-bottom: 10px;border-radius: 20px;background-color: #7c7dd6;border-style: none;">Pay Now</button></a></li>
</form>
</div>
<div class="img">
Expand Down

0 comments on commit 4d65c42

Please sign in to comment.