forked from aivve/karbo-simple-pay
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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>© 2018 Aiwë</p> | ||
</div> | ||
<p>© 2018 Aiwë</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> | ||
|