Files
bbc-young-reporter/auto-refresh.md
Matthew Grove 207c04d3b2 Add page that auto-refreshes every five minutes
For use in Reading School newsroom
2019-03-06 09:22:53 +00:00

462 B

title, description, layout
title description layout
BBC Young Reporter News articles written by Reading School students in year 8 none
<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>