template indedx.html added
parent
87c40f4e5a
commit
2b15f5d8ea
@ -0,0 +1,17 @@
|
|||||||
|
<!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>
|
Loading…
Reference in New Issue