-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 2.08 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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset=utf-8>
<title>Introduction Page</title>
<link href="test.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="introduction.js"></script>
<script type="text/javascript" src="cookies.js"></script>
</head>
<body>
<table width="600" border="0" bgcolor="#FFFFEE">
<tr>
<td>
<h2>Introduction</h2>
<nump1> <div id="containerintro"></div></nump1>
<br>
<iframe width="500" height="300" src="https://www.youtube.com/embed/hvmtIz3aos8"></iframe>
<br><br>
<form id="givenNameForm" action="examplescenario.html" onsubmit="return storeValues()">
<table width="100%">
<tr><td width="66%"><nump1>Enter your worker ID here</nump1>: <input type="text" id="txtName" name="txtName"></td>
<td width="34%"> </td>
</tr>
<tr><td><br>
<nav> <a href="textinstructions.html" target="_blank">View video script as text</a> | <a href="termsandconditions.html" target="_blank">view terms and conditions</a></nav>
<nav> (both open in a new tab) </nav>
<br></td>
<td><input align="right" type="submit" value="Start" style="float: right;" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
<p><img src="TUDelft_350.png" width="80" height="38" /></p>
</body>
</html>