You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

49 lines
2.1 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
minimum-scale=1"" />
<!-- <link rel="stylesheet" href="../dragonx.is/style.css" /> -->
<link rel="stylesheet" href="../../../dragonx.is/style.css" />
<link rel="icon" type="image/x-icon" href="../../../img/logo_dragonx.ico" />
<title>Explorer | DragonX</title>
</head>
<body>
<div class="bg-overlay"></div>
<div class="img-bg"></div>
<section id="blocks">
<div class="explorer-blocks-bar flex-center flex-col">
<a class="back-btn" href="https://explorer.dragonx.is">Back</a>
<!-- #BLOCKS_TABLE# -->
<!-- <div class="block-card flex-center flex-col">
<div class="flex-center">
<a class="block-height flex-center" href="/block/$height/">$height</a>
<div>
<a class="block-hash flex-center" href="/block/$hash/">$hash</a>
<p class="address-reward flex-center" href="/block/$height/">$miner + $reward</p>
</div>
</div>
<div class="flex-center">
<div class="flex-center">
<p class="block-time flex-center">${duration}s</p>
</div>
<div class="flex-center">
<p class="block-date flex-center">$time</p>
<p class="tx-count flex-center">Transactions: $txs</p>
</div>
</div>
</div> -->
</div>
</section>
</body>
</html>