2012-12-08 06:24:34 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Converse.js Tests</title>
|
2014-03-05 07:44:01 +01:00
|
|
|
<meta name="description" content="Converse.js: A chat client for your website" />
|
2013-07-30 00:15:43 +02:00
|
|
|
<link rel="shortcut icon" type="image/png" href="components/jasmine/images/jasmine_favicon.png">
|
|
|
|
<link rel="stylesheet" type="text/css" href="components/jasmine/src/html/jasmine.css">
|
2014-05-27 19:18:02 +02:00
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" />
|
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" />
|
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="css/theme.css" />
|
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.css" />
|
2013-12-30 20:27:57 +01:00
|
|
|
<script src="main.js"></script>
|
2014-05-06 09:56:04 +02:00
|
|
|
<script data-main="tests/main" src="components/requirejs/require.js"></script>
|
2012-12-08 06:24:34 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-04-14 01:58:53 +02:00
|
|
|
<div id="header_wrap" class="outer">
|
|
|
|
<header class="inner">
|
2013-04-19 22:11:25 +02:00
|
|
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
2013-04-14 01:58:53 +02:00
|
|
|
<h2 id="project_tagline">Tests</h2>
|
|
|
|
</header>
|
|
|
|
</div>
|
2012-12-08 06:24:34 +01:00
|
|
|
</body>
|
|
|
|
</html>
|