<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://www.islonline.com/static/v7/scripts/islonline-join.jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div id="isl-connectbox" />
</div>
</div>
<script>
$(document).ready(function () {
$("#isl-connectbox").ISLOnlineJoin({
serverUrl:'https://www.islonline.net',
languageCode:'en'
// autoQuery: false, //disables automatic query when session code is entered
// showWarning : false //hide warning for joining sessions
// translationsUrl: 'js/translations.js' //path for custom translations
// minimal: true
// showBubble : false
/* bubble: { //set custom colors for helper bubble
bgColor: "#eff2da",
borderColor: "#bad632",
textColor: "#444"
}
*/
});
});
</script>
</body>
</html>