Embed
To import the page as an iframe, copy this code into your website:
<style>
#proper-score {
border: 0;
}
</style>
<script>
function resizeProperScore(e) {
if (e.isTrusted && (e.origin == 'https://proper-score.app')) {
let iframe = document.getElementById('proper-score');
iframe.width = e.data.width + 16;
iframe.height = e.data.height + 16;
}
}
window.addEventListener('message', resizeProperScore, false);
</script>
<iframe id="proper-score" src="https://proper-score.app/embed/season/C96C704A-2FF4-40FA-9EC9-F7D3DBB9FD59">