insight-ui-zcash/app/views/includes/head.jade

17 lines
958 B
Plaintext
Raw Normal View History

2014-01-06 08:33:58 -08:00
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
2014-01-06 11:12:14 -08:00
meta(name='viewport', content='width=device-width,initial-scale=1.0')
meta(name="fragment", content="!")
2014-01-06 08:33:58 -08:00
2014-01-27 10:39:59 -08:00
title(data-ng-bind="$root.title + $root.titleDetail + ' | #{appName}'")= appName
2014-01-06 08:33:58 -08:00
meta(http-equiv='Content-type', content='text/html;charset=UTF-8')
meta(name="keywords", content="bitcoins, transactions, blocks, address, block chain, best block, mining difficulty, hash serialized")
meta(name="description", content="Bitcoin Insight. View detailed information on all bitcoin transactions and block. {{ $root.title + $root.titleDetail }}")
2014-01-06 08:33:58 -08:00
2014-01-16 10:10:58 -08:00
link(rel='shortcut icon', href='/img/icons/favicon.ico', type='image/x-icon')
2014-01-16 10:10:58 -08:00
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic')
2014-01-06 11:12:14 -08:00
link(rel='stylesheet', href='/lib/bootstrap/dist/css/bootstrap.min.css')
2014-02-09 22:58:28 -08:00
link(rel='stylesheet', href='/css/main.min.css')