onion-wownero-blockchain-ex.../src/templates/index.html

17 lines
261 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Monero blocks</title>
</head>
<body>
<div>
<h1>{{height}}</h1>
<div>
{{#blocks}}
{{height}}: {{hash}}
{{/blocks}}
</div>
</div>
</body>
</html>