Add libolm to web version

This commit is contained in:
Christian Pauly 2020-02-15 08:55:41 +01:00
commit 1cf98f528e
5 changed files with 160 additions and 9 deletions

View file

@ -5,6 +5,7 @@
<title>fluffychat</title>
</head>
<body>
<script src="assets/assets/js/package/olm.js"></script>
<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>