OSDN Git Service

new repo
[bytom/vapor.git] / tools / side_chain_tool / app / templates / key.html
1 <html>
2   <head>
3     <title>sidechain</title>
4   </head>
5   <body>
6     <div class="table-responsive">
7         <table class="table table-hover table-bordered">
8             {% for keypair in keypairs %}
9                 <td>xprv{{keypair.id}}:{{keypair.xprv}}</td></tr>
10                 <td>xpub{{keypair.id}}:{{keypair.xpub}}</td></tr>
11             {% endfor %}
12         </table>
13     </div>
14   </body>
15 </html>