1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-02-05 19:34:26 +00:00
gostexplr/views/layout.pug

22 lines
725 B
Plaintext
Raw Normal View History

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')
meta(name="viewport", content="width=device-width")
2018-02-03 21:14:56 +05:00
body
div.page
div.header
div.logo
a(href='/')
2018-08-16 01:31:04 +05:00
img(src='/images/gostcoin-b.png', alt='Gostcoin')
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