OSDN Git Service

new repo
[bytom/vapor.git] / tools / side_chain_tool / app / templates / peginaddress.html
1 <html>
2   <head>
3     <title>pegin</title>
4   </head>
5   <body>
6     <div class="table-responsive">
7         <table class="table table-hover table-bordered">
8             <td>mainchain_address:{{mainchain_address}}</td></tr>
9             <td>claim_script:{{claim_script}}</td></tr>
10         </table>
11     </div>
12   </body>
13 </html>