mirror of https://github.com/GOSTSec/gostexplr
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.
22 lines
698 B
22 lines
698 B
7 years ago
|
doctype html
|
||
|
html
|
||
|
head
|
||
|
title GOSTcoin blockchain explorer
|
||
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||
|
link(rel='shortcut icon', href='/favicon.ico')
|
||
7 years ago
|
meta(name="viewport", content="width=device-width")
|
||
7 years ago
|
body
|
||
7 years ago
|
div.page
|
||
|
div.header
|
||
|
div.logo
|
||
|
a(href='/')
|
||
|
img(src='/images/gostcoin-b.png')
|
||
|
h1
|
||
|
a(href='/') GOSTcoin blockchain explorer
|
||
7 years ago
|
div.search-wrapper
|
||
7 years ago
|
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
|