30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<!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>
|
|
<meta name="description" content="Converse.js: A chat client for your website" />
|
|
<link rel="shortcut icon" type="image/png" href="components/jasmine/images/jasmine_favicon.png">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="css/jasmine.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" />
|
|
<script src="config.js"></script>
|
|
<script data-main="tests/main" src="node_modules/requirejs/require.js"></script>
|
|
<style>
|
|
.tests-brand-heading {
|
|
margin-top: 1em;
|
|
font-size: 200%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<h1 class="brand-heading tests-brand-heading"><i class="icon-conversejs"></i> Converse.js</h1>
|
|
<h2 id="project_tagline">Tests</h2>
|
|
</header>
|
|
</div>
|
|
</body>
|
|
</html>
|