Initial commit of nodejs
This commit is contained in:
11
views/bouncing/index.html
Normal file
11
views/bouncing/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<%{ '../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>
|
||||
<%} %>
|
||||
Reference in New Issue
Block a user