Servo
Last change
on this file since 3baad6d was
0a60a15,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Tutorial:
|
-
Property mode set to
100644
|
File size:
957 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 | |
---|
8 | </head> |
---|
9 | <body style="background-color: white;"> |
---|
10 | |
---|
11 | <center ="welcome"> |
---|
12 | |
---|
13 | <img src="images/puzzlebox_logo.png" width="75%"> |
---|
14 | |
---|
15 | <p><strong>Welcome to Puzzlebox Orbit</strong></p> |
---|
16 | |
---|
17 | <p><img src="images/welcome-icons.png" width="100%"></p> |
---|
18 | |
---|
19 | <p><img src="images/tutorial-08-meters-attention.gif" width="100%"></p> |
---|
20 | |
---|
21 | <p class="tutorial">Press the arrow button to begin the tutorial</p> |
---|
22 | |
---|
23 | <!-- <a class="next button" onclick="parent.changePage('contents.html');"> → </a> --> |
---|
24 | <a class="next button" href="contents.html"> → </a> |
---|
25 | <!-- <a class="next button" href="frame.html"> → </a> --> |
---|
26 | |
---|
27 | |
---|
28 | </center> |
---|
29 | |
---|
30 | </body> |
---|
31 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.