Introduce Client class

This commit is contained in:
Simon Ser 2020-06-23 20:00:49 +02:00
parent 65d675b461
commit eef5609dcf
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 629 additions and 581 deletions

View file

@ -71,7 +71,7 @@
</section>
<script type="module">
import "./assets/client.js";
import "./assets/index.js";
</script>
</body>
</html>