source: sandbox/jabberit_messenger/trophy/strophejs/tests/yuitests.html @ 2271

Revision 2271, 607 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Reimplementar interface mais leve para o IM, sem a necessidades de plugins adicionais.

  • Property svn:executable set to *
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
6    <title>Strophe Tests</title>
7
8    <link rel="stylesheet" href="http://yui.yahooapis.com/3.0.0/build/widget/assets/skins/sam/widget.css">
9    <link rel="stylesheet" href="http://yui.yahooapis.com/3.0.0/build/console/assets/skins/sam/console.css">
10
11    <script src="http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js"></script>
12
13    <script src="../strophe.js"></script>
14
15    <script src="yuitests.js"></script>
16  </head>
17  <body class='yui-skin-sam'>
18    <div id='console'></div>
19  </body>
20</html>
Note: See TracBrowser for help on using the repository browser.