hudaakram commited on
Commit
33ed098
·
verified ·
1 Parent(s): d26c8a8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -267,6 +267,8 @@ END:VCALENDAR`.replace(/\\n/g, '\n');
267
  const a = document.createElement('a'); a.href = url; a.download = 'emmys.ics'; a.click();
268
  URL.revokeObjectURL(url);
269
  });
270
- </script>
 
 
271
  </body>
272
  </html>
 
267
  const a = document.createElement('a'); a.href = url; a.download = 'emmys.ics'; a.click();
268
  URL.revokeObjectURL(url);
269
  });
270
+
271
+ <script type="module" src="./chat.js"></script>
272
+
273
  </body>
274
  </html>