nci/views/index.jade
2015-05-08 00:55:40 +03:00

15 lines
295 B
Plaintext

doctype html
html
head
title nci
// do it temporary
link(href="/js/libs/bootstrap/dist/css/bootstrap.css", rel="stylesheet", type="text/css")
script(data-main="/js/main" src="/js/libs/requirejs/require.js")
script(type="text/javascript").
require(['app/app']);
body
#content