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

17 lines
736 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
title= appName+' - '+title
2014-01-06 08:33:58 -08:00
meta(http-equiv='Content-type', content='text/html;charset=UTF-8')
meta(name="keywords", content="node.js, express, mongoose, mongodb, angularjs")
2014-01-17 06:46:12 -08:00
meta(name="description", content="Insight")
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')
link(rel='stylesheet', href='/css/common.css')