mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
28 lines
521 B
Plaintext
28 lines
521 B
Plaintext
html
|
|
head
|
|
title Example
|
|
include meta.pug
|
|
block head
|
|
style(type='text/css').
|
|
html, body {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
body
|
|
block body
|
|
|
|
block dependencies
|
|
script(src='../../../build/whitestorm.js')
|
|
block additional
|
|
script(src='../../assets/modules/StatsModule.js')
|
|
script(src=physicsModule)
|
|
|
|
block scripts
|
|
script(src=`./${scriptname}`)
|