source:
orbit/iOS/Orbit/tutorial/step10.html
@
e8cd830
Last change on this file since e8cd830 was e8cd830, checked in by Steve Castellotti <sc@…>, 9 years ago | |
---|---|
|
|
File size: 929 bytes |
Rev | Line | |
---|---|---|
[80a3944] | 1 | <!DOCTYPE html> |
2 | <html> | |
[9090bbf] | 3 | <head> |
4 | <meta name="viewport" content="width=device-width"> | |
5 | <link rel="stylesheet" type="text/css" href="style.css"> | |
6 | <title>Orbit Tutorial</title> | |
7 | </head> | |
8 | <body> | |
[82a1db7] | 9 | |
[9090bbf] | 10 | <center> |
[82a1db7] | 11 | <h2>Finished</h2> |
[9090bbf] | 12 | </center> |
13 | ||
[82a1db7] | 14 | <table class='table'> |
15 | <tbody> | |
16 | <tr> | |
17 | <td> | |
18 | ||
19 | <center> | |
[b0289bb] | 20 | <img src="tutorial-01-orbit.jpg" width="100%"> |
[e8cd830] | 21 | </center> |
[82a1db7] | 22 | |
23 | </td> | |
24 | <tr> | |
25 | <td> | |
[6d0d67b] | 26 | <a class='prev button' onclick="parent.changePage('step09.html');">« Back</a> |
27 | <a class='next button' onclick="parent.changePage('index.html');">Restart »</a> | |
[82a1db7] | 28 | </td> |
29 | </tr> | |
30 | </tbody> | |
31 | </table> | |
32 | ||
[9090bbf] | 33 | </body> |
[80a3944] | 34 | </html> |
Note: See TracBrowser
for help on using the repository browser.