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" />
|
2017-04-05 11:01:31 +02:00
|
|
|
<link rel="shortcut icon" type="image/png" href="node_modules/jasmine-core/images/jasmine_favicon.png">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="node_modules/jasmine-core/lib/jasmine-core/jasmine.css">
|
2016-11-07 14:49:06 +01:00
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="css/jasmine.css">
|
2014-05-27 19:18:02 +02:00
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="css/theme.css" />
|
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.css" />
|
2017-04-05 11:01:31 +02:00
|
|
|
|
2017-02-27 08:42:17 +01:00
|
|
|
<script src="src/config.js"></script>
|
2017-04-05 11:01:31 +02:00
|
|
|
<script data-main="tests/runner" src="node_modules/requirejs/require.js"></script>
|
|
|
|
|
2016-11-03 11:01:09 +01:00
|
|
|
<style>
|
2016-11-07 14:49:06 +01:00
|
|
|
.tests-brand-heading {
|
|
|
|
margin-top: 1em;
|
|
|
|
font-size: 200%;
|
2016-11-03 11:01:09 +01:00
|
|
|
}
|
|
|
|
</style>
|
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">
|
2017-04-05 11:01:31 +02:00
|
|
|
<h1 class="brand-heading tests-brand-heading">
|
|
|
|
<i class="icon-conversejs"></i> Converse.js</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>
|