JC Brand 12 anni fa
parent
commit
1444642a0b
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      index.html

+ 12 - 0
index.html

@@ -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>