nci/views/index.jade

15 lines
295 B
Plaintext
Raw Normal View History

2015-04-10 20:17:03 +00:00
doctype html
html
head
2015-05-04 09:45:45 +00:00
title nci
2015-05-07 21:55:40 +00:00
// do it temporary
link(href="/js/libs/bootstrap/dist/css/bootstrap.css", rel="stylesheet", type="text/css")
2015-05-04 09:45:45 +00:00
2015-04-10 20:17:03 +00:00
script(data-main="/js/main" src="/js/libs/requirejs/require.js")
script(type="text/javascript").
require(['app/app']);
body
#content