more inputs
This commit is contained in:
parent
e51978a5c1
commit
6aede74cbc
1 changed files with 9 additions and 0 deletions
|
|
@ -39,6 +39,15 @@
|
|||
<button id="button-increase-premium">+</button
|
||||
><button id="button-decrease-premium">-</button>
|
||||
</div>
|
||||
<div id="amount-area">
|
||||
<p>¿Cuánto?</p>
|
||||
<input type="number">
|
||||
</div>
|
||||
<div id="bitcoin-methods-area">
|
||||
<p>¿Cómo se mueve el Bitcoin?</p>
|
||||
<label for="onchain">Onchain</label><input type="checkbox" name="onchain" id="onchain-checkbox">
|
||||
<label for="lightning">Lightning</label><input type="checkbox" name="lightning" id="lightning-checkbox">
|
||||
</div>
|
||||
<button id="button-submit-offer" class="button-primary" disabled>
|
||||
Publicar oferta
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue