mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-26 23:16:18 +00:00
11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
|
doctype html
|
||
|
html
|
||
|
head
|
||
|
title test
|
||
|
script(data-main="/js/main" src="/js/libs/requirejs/require.js")
|
||
|
script(type="text/javascript").
|
||
|
require(['app/app']);
|
||
|
|
||
|
body
|
||
|
h1 hello world
|