3d-interface/views/bouncing/index.html

12 lines
250 B
HTML
Raw Normal View History

2015-05-05 11:56:35 +02:00
<%{ '../withjs' }%>
<%{ title %>Bouncing cube<%} %>
<%{ extrajs %><script src="/static/js/bouncing/BouncingMain.js"></script><%} %>
<%{ content %>
<h2>Bouncing cube</h2>
<p>Click on the cube to make it jump !</p>
<div id="container"></div>
<%} %>