ServoTab_Interfacepyramid
Last change
on this file since 6d0d67b was
6d0d67b,
checked in by Steve Castellotti <sc@…>, 7 years ago
|
Tutorial:
- smooth cross-fade transition between tutorial pages
|
-
Property mode set to
100644
|
File size:
971 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 | <!-- |
---|
11 | <center> |
---|
12 | <h2>Meters</h2> |
---|
13 | </center> |
---|
14 | --> |
---|
15 | |
---|
16 | <table class='table'> |
---|
17 | <tbody> |
---|
18 | <tr> |
---|
19 | <td> |
---|
20 | |
---|
21 | <center> |
---|
22 | <img src="tutorial-08-1-meters.jpg" width="100%" height="300"> |
---|
23 | </center> |
---|
24 | |
---|
25 | </td> |
---|
26 | <tr> |
---|
27 | <td> |
---|
28 | <a class='prev button' onclick="parent.changePage('step07.html');">« Back</a> |
---|
29 | <a class='next button' onclick="parent.changePage('step08-2.html');">Next »</a> |
---|
30 | </td> |
---|
31 | </tr> |
---|
32 | </tbody> |
---|
33 | </table> |
---|
34 | |
---|
35 | </body> |
---|
36 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.