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 Tests</title>
|
|
<meta name="description" content="Converse XMPP Chat" />
|
|
<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">
|
|
<link type="text/css" rel="stylesheet" media="screen" href="../dist/converse.css" />
|
|
<script src="../dist/converse.js"></script>
|
|
<script data-main="runner" 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</h1>
|
|
<h2 id="project_tagline">Tests</h2>
|
|
</header>
|
|
</div>
|
|
</body>
|
|
</html>
|