ServoTab_Interfacepyramid
Last change
on this file since 82a1db7 was
82a1db7,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Tutorial:
- table format added to all pages and stylesheet
|
-
Property mode set to
100644
|
File size:
896 bytes
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
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> |
---|
9 | |
---|
10 | <center> |
---|
11 | <h2>Flight</h2> |
---|
12 | </center> |
---|
13 | |
---|
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> |
---|
32 | |
---|
33 | </body> |
---|
34 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.