mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 07:45:09 +00:00
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title nci
|
|
|
|
link(href="/css/index.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
|