File: yuitests.html

package info (click to toggle)
strophejs 1.0.1.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 924 kB
  • ctags: 249
  • sloc: python: 174; makefile: 11; xml: 6
file content (20 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <title>Strophe Tests</title>

    <link rel="stylesheet" href="http://yui.yahooapis.com/3.0.0/build/widget/assets/skins/sam/widget.css">
    <link rel="stylesheet" href="http://yui.yahooapis.com/3.0.0/build/console/assets/skins/sam/console.css">

    <script src="http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js"></script>

    <script src="../strophe.js"></script>

    <script src="yuitests.js"></script>
  </head>
  <body class='yui-skin-sam'>
    <div id='console'></div>
  </body>
</html>