2016-02-15 09:52:23 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
2013-08-09 20:26:30 +02:00
|
|
|
<head>
|
2016-02-15 09:52:23 +01:00
|
|
|
<title>Converse.js Live Mockup</title>
|
|
|
|
<meta name="description" content="Converse.js: A chat client for your website" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="../components/jasmine/src/html/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" />
|
2016-03-21 10:58:44 +01:00
|
|
|
<script src="converse.js"></script>
|
|
|
|
<script data-main="mockup/main" src="components/requirejs/require.js"></script>
|
2013-08-09 20:26:30 +02:00
|
|
|
</head>
|
2014-05-11 20:09:16 +02:00
|
|
|
|
2016-02-15 09:52:23 +01:00
|
|
|
<body>
|
|
|
|
<div id="header_wrap" class="outer">
|
|
|
|
<header class="inner">
|
|
|
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
|
|
|
<h2 id="project_tagline">Live Mockup</h2>
|
|
|
|
</header>
|
2014-01-17 16:02:19 +01:00
|
|
|
</div>
|
2016-02-15 09:52:23 +01:00
|
|
|
</body>
|
2013-08-09 20:26:30 +02:00
|
|
|
</html>
|