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

16 lines
591 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')
2014-01-06 08:33:58 -08:00
2014-01-06 10:00:28 -08:00
title Mystery
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")
meta(name="description", content="Mystery")
link(href='/img/icons/favicon.ico', rel='shortcut icon', type='image/x-icon')
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')
2014-01-06 11:16:49 -08:00