Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<script src='https://cdn.jsdelivr.net/gh/nicgirault/circosjs/v2/dist/circos.js'></script>
</head>
<body>
<svg id='chart'></svg>
<script>
var circos = new Circos({
container: '#chart'
});
// here should be your script
</script>
</body>
</html>
Updated missing url https://cdn.rawgit.com/nicgirault/circosJS/v2/dist/circos.js to https://cdn.jsdelivr.net/gh/nicgirault/circosjs/v2/dist/circos.js
https://cdn.rawgit.com/nicgirault/circosJS/v2/dist/circos.js