Add lobby script to its HTML page

This commit is contained in:
AudricV 2023-01-09 10:55:23 +01:00
parent d47d97bb66
commit 3049e22b25
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -62,5 +62,6 @@
</div> </div>
</noscript> </noscript>
<script src="/static/js/game_common.js"></script> <script src="/static/js/game_common.js"></script>
<script src="/static/js/game_lobby.js"></script>
</body> </body>
</html> </html>