فهرست منبع

Add index.html

JC Brand 12 سال پیش
والد
کامیت
0251af6354
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  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>