mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-18 16:03:24 +00:00
10 lines
345 B
HTML
10 lines
345 B
HTML
<html><head><title>Example</title><style type="text/css">html, body {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}</style></head><body><script src="../../../build/whitestorm.js"></script><script src="../../../vendor/physics-module.js"></script><script src="./bundle.js"></script></body></html> |