Add index.html

This commit is contained in:
JC Brand 2012-10-23 20:48:16 +02:00
parent d4d4979a39
commit 1444642a0b

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Converse.js Demo Page</title>
<!-- This is a special version of jQuery with RequireJS built-in -->
<script data-main="main" src="Libraries/require-jquery.js"></script>
</head>
<body>
<h1>Converse.js Demo Page</h1>
<div id="collective-xmpp-chat-data"></div>
</body>
</html>