Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve authored Sep 28, 2024
1 parent 77d620d commit f4c9698
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ <h4>How it works?</h4>

<h4>Is it secure</h4>
<p>This gateway is client-side, your wallet's <em>View Secret Key</em> and other settings are stored in your browser persistent memory and are never sent to any servers, so it is quite secure.</p>
<p>This web site is served directly from <a href="https://github.com/Karbovanets/karbo-simple-pay">Github</a>, you can always check the code there or even download index.html and just open it in your browser locally.</p>

<h4>How to recheck previous transaction?</h4>

Expand All @@ -574,24 +575,22 @@ <h4>Split payment</h4>

<div class="splash small" id="footer">
<div class="karbo">
<div class="container">
<div class="container">
<div class="row">
<div class="col-lg-4">
<p>&copy; 2018 Aiw&euml;</p>
</div>
<p>&copy; 2018 Aiw&euml;</p>
</div>
<div class="col-lg-4">
<p>e-mail: [email protected]</p>
</div>
<p>e-mail: [email protected]</p>
</div>
<div class="col-lg-4">
<p>Karbo Payment Gateway with decentralized API</p>
</div>
</div>
<p>Client side Karbo Payment Gateway with decentralized API served directly from <a class="text-info" href="https://github.com/Karbovanets/karbo-simple-pay">Github</a></p>
</div>
</div>
</div>
</div>
</div>




<script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js'></script>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/additional-methods.min.js'></script>
Expand Down

0 comments on commit f4c9698

Please sign in to comment.