-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathscorePage.htm
executable file
·42 lines (39 loc) · 1.22 KB
/
scorePage.htm
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
42
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link id="base-style" href="css/css/stylesimple.css" rel="stylesheet">
<link id="mlearning-style" href="css/css/mlearningstyle.css" rel="stylesheet">
<link id="custom-style" href="css-local/userStyles.css" rel="stylesheet">
<script src="js/noframes/deeplink.js"></script>
</head>
<body>
<div id="content">
<!--*********************put content below this line!!!!************-->
<table width="100%" border="0" id="contenTable">
<tr>
<td colspan="2" valign="top"><h1>Status</h1>
</td>
</tr>
<tr>
<td valign="top" colspan="2">
<div id="quizMessages"></div>
<div id="quizProgress"></div>
</td>
</tr>
<tr>
<td colspan="2" valign="top"><hr width="100%" noshade="noshade" /></td>
</tr>
<tr>
<td width="50%" valign="top"><h6> </h6></td>
<td width="50%" valign="top"><div align="right">
<h6> </h6>
</div></td>
</tr>
</table>
<!--*********put content above this line!!!!!*****-->
</div><!--end content-->
</body>
</html>