-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML>
<html>
<head>
<title>Training Wheels</title>
<link rel="stylesheet" type="text/css" href="http://gettrainingwheels.org/sample-landing-page/style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<link rel='shortcut icon' type='image/x-icon' href='http://gettrainingwheels.org/sample-landing-page/favicon.ico' />
</head>
<body>
<div id="container">
<h1>Welcome to Training Wheels</h1>
<img id="student" src="http://gettrainingwheels.org/sample-landing-page/images/student-single.png" alt="Student">
<h2>Are you a student looking for your environment? </h2>
<p>Please ensure you're using the exact web address that has been
provided by an instructor. It should be something like:<br />
</p>
<p class="url">http://<em>yourname.course.training.</em>com/</p>
<img id="instructor" src="http://gettrainingwheels.org/sample-landing-page/images/instructor-single.png" alt="Instructor">
<h2> Are you an instructor looking for the controller interface?</h2>
<p>Please check you have the correct address and port
number. The controller will normally be on port 8000, so: <p/>
<p class="url">http://<em>training</em>.com:8000/</p>
</div>
</body>
</html>