| 12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="/static/h-ui/css/H-ui.min.css" />
- <link rel="stylesheet" type="text/css" href="/static/h-ui.admin/css/H-ui.admin.css" />
- <link rel="stylesheet" type="text/css" href="/static/h-ui.admin/skin/default/skin.css" id="skin" />
- <link rel="stylesheet" type="text/css" href="/static/h-ui.admin/css/style.css" />
- <title>{{.title}}</title>
- </head>
- <body>
- <div class="page-container">
- <table class="table table-border table-bordered table-bg">
- <tr>
- <thead>
- <tr>
- <th scope="col" colspan="2">{{.title}}
- </th>
- </tr>
- </thead>
- <td class="text-c">
- <img src="data:image/PNG;base64,{{.walletQr}}" alt="QR_Code" />
- </td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|