whs.js/examples/layout.pug
hirako2000 afbfc06479 Temporarily fixes AudioModule example, adding audio module as dep as it’s an extra module
Former-commit-id: 0d930e8f6600bc1b947a69ebf76b8624e3472956
2018-06-04 14:03:11 +07:00

41 lines
1.3 KiB
Plaintext

html
head
title Example
include meta.pug
block head
//- link(rel='stylesheet', href='/assets/css/vendor.css', type='text/css')
link(rel='stylesheet', href='/assets/css/layout.css', type='text/css' )
body
block body
div#explanation
block explanation
header.uk-comment-header.uk-grid-medium.uk-flex-middle(uk-grid='')
.uk-width-expand
h4.uk-comment-title.uk-margin-remove
a.uk-link-reset(href='#') 404
ul.uk-comment-meta.uk-subnav.uk-subnav-divider.uk-margin-remove-top
li
a(href='#') Documentation not found
li
a(href='#') Edit
div(uk-alert='')
a.uk-alert-close(uk-close='')
h3 Sorry
p
| Documentation for this example is not yet complete. You can ask maintainers for a soon documentation development or suggest your own edits to improve this page.
block dependencies
script(src='https://cdnjs.cloudflare.com/ajax/libs/three.js/92/three.min.js')
script(src='/build/whs.js')
block stats
script(src='/build/modules/StatsModule.js')
block audio
script(src='/build/modules/AudioModule.js')
block additional
script(src=physicsModule)
block scripts
script(src=`./${scriptname}`)