blob: 5d0baf44fb2f10e083b62441f1dfc0db06ed14bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jarmon Unit Test Runner</title>
<style type='text/css'>
.chart {
width: 500px;
height: 100px;
}
</style>
<script src="http://yui.yahooapis.com/3.1.1/build/yui/yui-min.js"></script>
<script src="docs/examples/assets/js/dependencies.js"></script>
<script src="jarmon/jarmon.js"></script>
<script src="jarmon/jarmon.test.js"></script>
</head>
<body class="yui3-skin-sam yui-skin-sam">
<div id="log"></div>
</body>
</html>
|