Skip to content

Commit 61894a1

Browse files
committed
Added a support button
1 parent 035d17e commit 61894a1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</head>
3737
<body>
3838
<div id="CONTAINER">
39-
<p style="font-size:60%;margin-bottom:7em;"><span id="fpsText"></span> FPS <span id="stepSize"></span> Step size <span id="delayVal"></span> delay(ms)</p>
39+
<p style="font-size:60%;margin-bottom:3em;"><span id="fpsText"></span> FPS <span id="stepSize"></span> Step size <span id="delayVal"></span> delay(ms)</p>
4040
<p style="font-size:120%;">Box2D JS demo<span id="message"></span></p>
4141
<div id="canvas" style="width:600px;height:400px;"></div>
4242
<p>
@@ -45,9 +45,13 @@
4545
<p>
4646
<span class="key">Press any key</span> to view the next example.
4747
</p>
48-
<p style="padding:1em .2em;background:#999">
49-
More info and <span class="key">source</span> on <a href="http://github.com/hrj/box2d-js">GitHub</a>.
50-
</p>
48+
<div style="padding:0.2em .2em;background:#999">
49+
<p> More info and <span class="key">source</span> on <a href="http://github.com/hrj/box2d-js">GitHub</a>. </p>
50+
<p>
51+
<script type="text/javascript"> var flattr_url = 'http://lavadip.com/box2d_demo/index.html'; </script>
52+
<script src="http://api.flattr.com/button/load.js" type="text/javascript"></script>
53+
</p>
54+
</div>
5155

5256
</div>
5357
</body>

0 commit comments

Comments
 (0)