ServoTab_Interfacepyramid
Last change
on this file since 6d0d67b was
6d0d67b,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Tutorial:
- smooth cross-fade transition between tutorial pages
|
-
Property mode set to
100644
|
File size:
2.0 KB
|
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 | |
---|
8 | <body style="background-color: white;"> |
---|
9 | |
---|
10 | <center> |
---|
11 | <img src="puzzlebox_logo.pdf" width="240"> |
---|
12 | |
---|
13 | Welcome to Puzzlebox Orbit |
---|
14 | |
---|
15 | <p><img src="status_0@2x.png" height="160"><p> |
---|
16 | |
---|
17 | <p>Please press "Next" to begin the tutorial</p> |
---|
18 | |
---|
19 | <a class='next button' onclick="parent.changePage('step01.html');">Next »</a> |
---|
20 | |
---|
21 | </center> |
---|
22 | |
---|
23 | <!-- |
---|
24 | <table class='table'> |
---|
25 | <tbody> |
---|
26 | <tr> |
---|
27 | <td> |
---|
28 | <center> |
---|
29 | <img src="puzzlebox_logo.pdf" width="240"> |
---|
30 | </center> |
---|
31 | </td> |
---|
32 | </tr> |
---|
33 | |
---|
34 | <tr> |
---|
35 | <td> |
---|
36 | <center> |
---|
37 | Welcome to Puzzlebox Orbit |
---|
38 | </center> |
---|
39 | </td> |
---|
40 | </tr> |
---|
41 | |
---|
42 | <tr> |
---|
43 | <td> |
---|
44 | <center> |
---|
45 | <p><img src="status_0@2x.png" height="160"></p> |
---|
46 | </center> |
---|
47 | </td> |
---|
48 | </tr> |
---|
49 | |
---|
50 | <tr> |
---|
51 | <td> |
---|
52 | <center> |
---|
53 | Please press "Next" to begin the tutorial |
---|
54 | </center> |
---|
55 | </td> |
---|
56 | </tr> |
---|
57 | |
---|
58 | </td> |
---|
59 | <tr> |
---|
60 | <td> |
---|
61 | <a class='next button' href="step01.html">Next »</a> |
---|
62 | </td> |
---|
63 | </tr> |
---|
64 | </tbody> |
---|
65 | </table> |
---|
66 | --> |
---|
67 | </body> |
---|
68 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.