-
Notifications
You must be signed in to change notification settings - Fork 1
/
xapi_test_harness.html
31 lines (29 loc) · 1.55 KB
/
xapi_test_harness.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
<!--
Test harness for the Rustici launch method. Note: you must add the 'endpoint' value in the
configuration for this extension for the Rustici method to be utilised
-->
<!--[if IE]><![endif]-->
<!doctype html>
<!--[if IE 7 ]><html id="adapt" class="ie ie7 no-js" lang="en"><![endif]-->
<!--[if IE 8 ]><html id="adapt" class="ie ie8 no-js" lang="en"><![endif]-->
<!--[if IE 9 ]><html id="adapt" class="ie ie9 no-js" lang="en"><![endif]-->
<!--[if gt IE 9]><!--><html id="adapt" class="no-js" lang="en"><!--<![endif]-->
<head>
<script src="offline_xapi_adl_wrapper.js" type="text/javascript" language="javascript"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href="adapt/css/adapt.css" type="text/css" rel="stylesheet"/>
<script src="libraries/modernizr.js" type="text/javascript" language="javascript"></script>
<script src="adapt/js/scriptLoader.js" type="text/javascript" language="javascript"></script>
</head>
<body>
<button id="accessibility-toggle" class="base button a11y-ignore-focus" role="button" ></button>
<span id="accessibility-instructions" class="aria-label" role="region" tabindex="0"></span>
<div id="wrapper">
</div>
</body>
</html>