whs.js/examples/layout.pug
Alexander Buzin 94ad9122ed Add meta tags to example & remove temp files
Former-commit-id: 939d9ffc5d7b4ae86799cca776d289be64e07e7e
2017-01-18 00:31:05 +02:00

26 lines
440 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')
script(src=physicsModule)
block scripts
script(src=`./${scriptname}`)