mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-05-15 16:51:28 +01:00
207c04d3b2
For use in Reading School newsroom
19 lines
343 B
HTML
19 lines
343 B
HTML
<iframe id="iframe" src="/"></iframe>
|
|
|
|
<script>
|
|
window.setInterval(function() {
|
|
document.getElementById('iframe').contentWindow.location.reload();
|
|
}, 300000);
|
|
</script>
|
|
|
|
<style>
|
|
html, body, iframe {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
</style>
|
|
|