mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-22 04:24:15 +00:00
22 lines
698 B
Plaintext
22 lines
698 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
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
|
|
div.header
|
|
div.logo
|
|
a(href='/')
|
|
img(src='/images/gostcoin-b.png')
|
|
h1
|
|
a(href='/') GOSTcoin blockchain explorer
|
|
div.search-wrapper
|
|
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
|