带有玉模板引擎的Twitter引导带不适用效果

时间:2013-09-04 21:16:40

标签: twitter-bootstrap pug

我正在尝试将twitter css应用到我的玉视图中,但是效果没有显示出来并且当我检查控制台时,似乎浏览器无法获取css,它列出了404,但我确信目录列表是对的,可能是什么问题?

!!! 5
html(lang='en')
head
    title title
    link(rel='stylesheet', href='/static/css/bootstrap.css', type='text/css')
  body
    p The open items are as follows:
    table.table.table-striped
      tr
        td "a"
        td "a1"
      tr
        td "b"
        td "b1"
    script(src='/static/js/jquery-2.0.3.min.js')
    script(src='/static/js/bootstrap.js')

0 个答案:

没有答案