summaryrefslogtreecommitdiff
path: root/test.html
blob: 6db4f55e8238305d54cf84981140db74a38862e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Jarmon Unit Test Runner</title>
        <link rel="stylesheet" type="text/css"
              href="http://developer.yahoo.com/yui/3/assets/yui.css"/>
        <link rel="stylesheet" type="text/css"
              href="http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts-min.css"/>

        <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>