Alexvatti commited on
Commit
71735fc
·
verified ·
1 Parent(s): 5824a55

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -156,7 +156,7 @@
156
  <p>© 2024 Alexander Reddy. All rights reserved.</p>
157
  </footer>
158
 
159
- <div id="webchat" style="width: 500px; height: 500px;"></div>
160
 
161
  <!-- In your <body> tag -->
162
  <script>
@@ -176,6 +176,7 @@
176
  "selector": "#webchat"
177
  });
178
  </script>
 
179
 
180
  </body>
181
  </html>
 
156
  <p>© 2024 Alexander Reddy. All rights reserved.</p>
157
  </footer>
158
 
159
+ <div id="webchat" style="width: 500px; height: 500px;">
160
 
161
  <!-- In your <body> tag -->
162
  <script>
 
176
  "selector": "#webchat"
177
  });
178
  </script>
179
+ </div>
180
 
181
  </body>
182
  </html>