Some cleanup on the index page

This commit is contained in:
2024-07-15 22:13:09 +01:00
parent 9fd9873bc1
commit 12c2769d2b

View File

@@ -10,11 +10,10 @@
</form> </form>
</div> </div>
<div> <div>
<h2>Convert from Blockchain Time</h2> <h2 title="Boooooooo">Convert from Blockchain Time</h2>
<p><b>Booo</b> why are you going this way??? Don't you know your blocktimes??</p>
<form id="to_obsolete_time" method="GET" action="to_obsolete_time"> <form id="to_obsolete_time" method="GET" action="to_obsolete_time">
<label for="blockheight">Input Block Height</label> <label for="blockheight">Input Block Height</label>
<input type="int" id="blockheight" name="blockheight"> <input type="int" id="blockheight" name="blockheight" value="{{blockchain_infos[0][1].latest_block_height}}">
<label for="blockchain">Blockchain</label> <label for="blockchain">Blockchain</label>
<select if="blockchain" name="blockchain"> <select if="blockchain" name="blockchain">
<option value="BSV">BSV</option> <option value="BSV">BSV</option>