14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
|
extends ../../../views/withjs
|
||
|
block title
|
||
|
title #{title} - Bouncing cube
|
||
|
|
||
|
block extrajs
|
||
|
script(src="/static/js/bouncing/BouncingMain.js")
|
||
|
|
||
|
block content
|
||
|
h2 Bouncing cube
|
||
|
|
||
|
p Click on the cube to make it jump !
|
||
|
|
||
|
#container
|