mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2025-12-08 20:26:23 +00:00
41 lines
1.3 KiB
Plaintext
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}`)
|
|
|