2017-03-29 17:30:37 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
2017-04-04 23:55:50 +02:00
|
|
|
<title>Jocly Test Multiple</title>
|
|
|
|
<meta name="description" content="Jocly example multiple boards">
|
2017-03-29 17:30:37 +02:00
|
|
|
<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>
|
2017-03-29 18:07:34 +02:00
|
|
|
<script
|
|
|
|
src="https://code.jquery.com/jquery-3.2.1.min.js"
|
|
|
|
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
|
|
|
|
crossorigin="anonymous"></script>
|
2017-03-29 17:30:37 +02:00
|
|
|
<script src="js/multiple.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|