<html>
<head>
<title>Your Website Title</title>
</head>
<body>
<!-- Load jQuery -->
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Load Stats FC League Table SDK -->
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://cdn.statsfc.com/js/table.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'statsfc-table-js'));
</script>
<!-- Your league table here -->
<div class="statsfc-table"
data-key="YOUR STATSFC KEY"
data-competition="EPL"
data-table-type="full"
data-show-badges="true"
data-show-status="true"
data-use-default-css="true">
</div>
</body>
</html>