whs.js/examples/layout.pug
Alexander Buzin 88f3ef5020 wip: fix gulp
2017-07-05 15:51:19 +03:00

21 lines
589 B
Plaintext

html
head
title Example
include meta.pug
block head
link(rel='stylesheet', href='/examples/assets/css/vendor.css', type='text/css')
link(rel='stylesheet', href='/examples/assets/css/layout.css', type='text/css' )
body
block body
block dependencies
script(src='https://cdnjs.cloudflare.com/ajax/libs/three.js/86/three.min.js')
script(src='../../../build/whs.js')
block stats
script(src='../../../modules/StatsModule.js')
block additional
script(src=physicsModule)
block scripts
script(src=`./${scriptname}`)