2018-02-03 21:14:56 +05:00
|
|
|
doctype html
|
2018-09-26 22:22:38 +05:00
|
|
|
html(lang='en')
|
2018-02-03 21:14:56 +05:00
|
|
|
head
|
|
|
|
title GOSTcoin blockchain explorer
|
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
|
|
link(rel='shortcut icon', href='/favicon.ico')
|
2018-02-05 01:10:15 +05:00
|
|
|
meta(name="viewport", content="width=device-width")
|
2018-02-03 21:14:56 +05:00
|
|
|
body
|
2018-02-05 01:10:15 +05:00
|
|
|
div.page
|
|
|
|
div.header
|
|
|
|
div.logo
|
|
|
|
a(href='/')
|
2018-08-16 01:31:04 +05:00
|
|
|
img(src='/images/gostcoin-b.png', alt='Gostcoin')
|
2018-02-05 01:10:15 +05:00
|
|
|
h1
|
|
|
|
a(href='/') GOSTcoin blockchain explorer
|
2018-02-06 20:55:05 +05:00
|
|
|
div.search-wrapper
|
2018-02-05 01:10:15 +05:00
|
|
|
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
|
|
|
|
block content
|