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
|