UNPKG

jocly

Version:

Board games 3D/2D UI and AI web library

27 lines (19 loc) 619 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Jocly Test Multiple</title> <meta name="description" content="Jocly example multiple boards"> <meta name="author" content="Jocly"> <link rel="stylesheet" href="css/styles.css"> </head> <body> <div id="game-list"></div> <script src="../../dist/browser/jocly.js"></script> <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> <script src="js/multiple.js"></script> </body> </html>