HTML BIKESHED
This commit is contained in:
parent
3343dcf137
commit
ee35e6cf1f
@ -22,41 +22,36 @@
|
||||
<input type = "text"
|
||||
id = "grids-n"
|
||||
value = "groot.testnet"
|
||||
disabled
|
||||
></input>
|
||||
disabled>
|
||||
<br>
|
||||
|
||||
<label for="grids-r">Recipient:</label>
|
||||
<input type = "text"
|
||||
id = "grids-r"
|
||||
value = "ak_n6aVQ6PkBdVdv7kRRcfnzDVmBsH6hqEwVWSB6UAEb3kkjrPMe"
|
||||
disabled
|
||||
></input>
|
||||
disabled>
|
||||
<br>
|
||||
|
||||
<label for="grids-a">Amount (P):</label>
|
||||
<input type = "number"
|
||||
id = "grids-a"
|
||||
value = "6000000"
|
||||
></input>
|
||||
value = "6000000">
|
||||
<br>
|
||||
|
||||
<label for="grids-p">Payload:</label>
|
||||
<input type = "text"
|
||||
id = "grids-p"
|
||||
value = "test payload"
|
||||
></input>
|
||||
value = "test payload">
|
||||
<br>
|
||||
|
||||
<input type = "button"
|
||||
id = "grids-submit"
|
||||
value = "Generate"
|
||||
></input>
|
||||
value = "Generate">
|
||||
<br>
|
||||
|
||||
<textarea disabled id="grids-url" hidden></textarea>
|
||||
<br>
|
||||
<img id="grids-png" hidden></img>
|
||||
<img id="grids-png" hidden>
|
||||
</div>
|
||||
|
||||
<script src="/js/dist/grids-basic.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user