-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe4.html
More file actions
39 lines (36 loc) · 1.6 KB
/
e4.html
File metadata and controls
39 lines (36 loc) · 1.6 KB
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
31
32
33
34
35
36
37
38
39
<html>
<head>
<!--<link href = "myStyle.css" rel = "stylesheet" type = "text/css"/>-->
</head>
<body>
<p id ="Paragraph">
The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues.
The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal.
[beep] A single lap should be completed each time you hear this sound.
[ding] Remember to run in a straight line, and run as long as possible.
The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start.
On your mark, get ready, start.
</p>
Border Modifications:<br>
<label> Red</label><br>
<input type = "text" id = "borderRedVal"><br>
<label> Green</label><br>
<input type = "text" id = "borderGreenVal"><br>
<label> Blue</label><br>
<input type = "text" id = "borderBlueVal"><br>
<label> Width</label><br>
<input type = "text" id = "width"><br>
<br>
Background Colors:<br>
<label> Red</label><br>
<input type = "text" id = "redVal"><br>
<label> Green</label><br>
<input type = "text" id = "greenVal"><br>
<label> Blue</label><br>
<input type = "text" id = "blueVal"><br>
<br>
For the rgb, please use a value from 0-255<br>
<button onclick = "modify()">Modify</button>
</body>
<script type = "text/javascript" src = "scripts/cssMan.js"></script>
</html>