nci/views/index.jade

14 lines
247 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-09 20:19:25 +00:00
link(href="/css/index.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