Added text chat functionality

This commit is contained in:
Mizanali Panjwani
2021-03-03 03:59:42 +05:30
parent b1a5f5ba71
commit be6f2a5c3a
4 changed files with 191 additions and 3 deletions

View File

@@ -41,5 +41,10 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="text/javascript">
window.onbeforeunload = function() {
return true
}
</script>
</body>
</html>