zgo/src/app/viewer/viewer.component.html

28 lines
559 B
HTML

<br>
<div align="center">
<h1>Welcome to Sell4ZEC!</h1>
</div>
<table>
<colgroup>
<col span="1" style="width: 75%;">
<col span="1" style="width: 25%;">
</colgroup>
<tr>
<td>
<p>A non-custodial point-of-sale application, powered by Zcash.</p>
</td>
<td>
<div align="center" id="info">
<p>
Ensure you include your Reply-To shielded address!
</p>
<p>
Your shielded address is your username and all payments will be sent to it.
</p>
</div>
<br>
<div align="center" id="qrcode"></div>
</td>
</tr>
</table>