Add index.html
This commit is contained in:
parent
d4d4979a39
commit
1444642a0b
12
index.html
Normal file
12
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user