ServoTab_Interfacepyramid
Last change
on this file since 47ed41d was
47ed41d,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Tutorial:
- Added Bluetooth and USB Charging images
- Added fitting text
|
-
Property mode set to
100644
|
File size:
1.4 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 | </head> |
---|
8 | <body> |
---|
9 | |
---|
10 | <center> |
---|
11 | <h2>Verify connection points</h2> |
---|
12 | </center> |
---|
13 | |
---|
14 | <table class='table'> |
---|
15 | <tbody> |
---|
16 | <tr> |
---|
17 | <td> |
---|
18 | <img src="tutorial-06-3-check_connection_points-forehead.jpg" height="128" align="right"> |
---|
19 | </td> |
---|
20 | <td> |
---|
21 | <img src="tutorial-06-3-check_connection_points-ear.jpg" height="128" align="left"> |
---|
22 | </td> |
---|
23 | </tr> |
---|
24 | <tr> |
---|
25 | <td colspan="2"> |
---|
26 | <ul> |
---|
27 | <li>Check the forehead sensor has contact with skin and no hair is underneath</li> |
---|
28 | <li>The ear clip should be firm yet feel comfortable</li> |
---|
29 | </ul> |
---|
30 | </td> |
---|
31 | </tr> |
---|
32 | </tbody> |
---|
33 | </table> |
---|
34 | |
---|
35 | <a class='prev button' onclick="parent.changePage('step06-1.html');"> ← </a> |
---|
36 | <a class='contents button' onclick="parent.changePage('contents.html');"> ↑ </a> |
---|
37 | <a class='next button' onclick="parent.changePage('step07.html');"> → </a> |
---|
38 | |
---|
39 | </body> |
---|
40 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.