Changeset 82a1db7 in orbit for iOS/Orbit/tutorial/step09.html
- Timestamp:
- 08/04/13 21:16:30 (9 years ago)
- Branches:
- master, Servo, Tab_Interface, pyramid
- Children:
- 8d63860
- Parents:
- e5b8e57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/tutorial/step09.html
re5b8e57 r82a1db7 7 7 </head> 8 8 <body> 9 9 10 <center> 10 <h 1>Flight</h1>11 <h2>Flight</h2> 11 12 </center> 12 13 13 <center> 14 <img src="tutorial-09-flight.jpg" width="240" height="240"> 15 </center> 14 <table class='table'> 15 <tbody> 16 <tr> 17 <td> 18 19 <center> 20 <img src="tutorial-09-flight.jpg" width="240" height="240"> 21 </center> 22 23 </td> 24 <tr> 25 <td> 26 <a class='prev button' href="step08-3.html">« Back</a> 27 <a class='next button' href="step10.html">Next »</a> 28 </td> 29 </tr> 30 </tbody> 31 </table> 16 32 17 <a class='prev button' href="step08-3.html">« Back</a>18 <a class='next button' href="step10.html">Next »</a>19 33 </body> 20 34 </html>
Note: See TracChangeset
for help on using the changeset viewer.