Skip to content

Commit

Permalink
move title out of the way
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Ladd committed Sep 21, 2011
1 parent ebce90d commit ca7d50c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/10/index.html
Expand Up @@ -17,7 +17,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Box2D Javascript Fun : 09 : Box2D with Joints and Motors and HTML5 Canvas</title>
<title>Box2D Javascript Fun : 10 : Box2D with Revolute Joints and Motors and HTML5 Canvas</title>
<link rel="author" href="http://profiles.google.com/sethladd">
<script src="../Box2D.js"></script>
<script src="bTest.js"></script>
Expand All @@ -28,9 +28,11 @@
</style>
</head>
<body>
<h1>Box2D with Joints and Motors and HTML5 Canvas</h1>
<canvas id="c0" width="640" height="480" style="border: 1px solid black"></canvas>


<h1>Box2D with Revolute Joints and Motors and HTML5 Canvas</h1>

<p>
<a href="http://blog.sethladd.com/2011/09/box2d-with-complex-and-concave-objects.html">Read matching blog post for explanation</a>
</p>
Expand Down

0 comments on commit ca7d50c

Please sign in to comment.