Update index.html
Browse files- 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 |
-
|
|
|
|
|
|
|
| 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>
|