Soon as NFT
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
*/
|
||||
});
|
||||
|
||||
blockchainExplorer.init(1);
|
||||
blockchainExplorer.init(2);
|
||||
});
|
||||
|
||||
var isInViewport = function (elem) {
|
||||
@@ -105,21 +105,22 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="explorer" class="container-fluid bg-grey" style="padding-bottom:10px">
|
||||
<div id="explorer" class="container-fluid bg-grey navbar-fixed-top" style="padding-bottom:10px">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 text-right">
|
||||
<br>
|
||||
<select id="mode_selector" onchange="showInfos(this)">
|
||||
<option value=0>A BTC blockchain explorer</option>
|
||||
<br><small>An image for each block of the BTC Blockchain</small>
|
||||
<br><a href="nft.php">Click here to buy a block as an NFT</a>
|
||||
<br><select id="mode_selector" onchange="showInfos(this)">
|
||||
<option value=0>Full Blockchain Explorer</option>
|
||||
<option value=1>My special Blocks list</option>
|
||||
</select>
|
||||
<br>Scroll down to see the previous blocks<br>
|
||||
<label>show infos </label><input id="mode_checkbox" type="checkbox" onchange="showInfos(this)" checked>
|
||||
<br>
|
||||
<label>show block infos </label><input id="mode_checkbox" type="checkbox" onchange="showInfos(this)">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="blockchain"></div>
|
||||
<div id="blockchain" style="position:absolute;top:210px;width:100%"></div>
|
||||
|
||||
<footer class="container-fluid bg-grey text-center slideanim">
|
||||
<a href="#myPage" title="To Top">
|
||||
|
||||
Reference in New Issue
Block a user