|
|
|
@ -4,16 +4,17 @@ html
@@ -4,16 +4,17 @@ html
|
|
|
|
|
title GOSTcoin blockchain explorer |
|
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css') |
|
|
|
|
link(rel='shortcut icon', href='/favicon.ico') |
|
|
|
|
meta(name="viewport", content="width=device-width") |
|
|
|
|
body |
|
|
|
|
div.page-wrapper |
|
|
|
|
div.page |
|
|
|
|
div.header |
|
|
|
|
h1 |
|
|
|
|
div.logo |
|
|
|
|
a(href='/') |
|
|
|
|
img(src='/images/gostcoin-b.png') |
|
|
|
|
span GOSTcoin blockchain explorer |
|
|
|
|
h1 |
|
|
|
|
a(href='/') GOSTcoin blockchain explorer |
|
|
|
|
div |
|
|
|
|
form(action="/search/", method="POST") |
|
|
|
|
form.search(action="/search/", method="POST") |
|
|
|
|
input(type="text", name="search" placeholder="Search by transaction id, block hash/index or address", size="68") |
|
|
|
|
input(type="submit", value=">>") |
|
|
|
|
div.content |
|
|
|
|