-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 896 Bytes
/
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
<!DOCTYPE html>
<html>
<meta charset="utf-8" />
<head>
<title></title>
</head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>window.jQuery || document.write("<script src='jquery.js'>\x3C/script>")</script>
<!-- TEST GLOBALS -->
<script type="text/javascript" src="lib/scionLoader.js"></script>
<script type="text/javascript" src="node_modules/umd-logger/lib/umd-logger.js"></script>
<script type="text/javascript" src="usage.js"></script>
<!-- TEST AMD -->
<!--
<script type="text/javascript">
var require = {
paths: {
'umd-logger': './node_modules/umd-logger/lib/umd-logger',
'scionx': './lib/scionLoader',
'scionWrapper': './lib/scionWrapper',
'scion': './node_modules/scion/dist/scion'
},
deps: ['usage']
}
</script>
<script type="text/javascript" src="require.js"></script>
-->
<body>
</body>
</html>