Update index.html add refresh

fc-7
Alan Johnston 10 months ago committed by GitHub
parent 86a7da341e
commit 96ab8b9736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,8 +1,9 @@
<HEAD></HEAD>
<HEAD><meta http-equiv="refresh" content="5"></HEAD>
<HTML>
FunCube CubeSatSim Telemetry
<p>
<img src="image_file.jpeg" id="reloader" onLoad="setTimeout( () => { document.getElementById('reloader').src='image_file.jpeg' + '?' + new Date().getMilliseconds() } ,5000)" />
<img src="image_file.jpeg">
<!--
<img src="image_file.jpeg" id="reloader" onLoad="setTimeout( () => { document.getElementById('reloader').src='image_file.jpeg' + '?' + new Date().getMilliseconds() } ,5000)" />
-->
</p>

Loading…
Cancel
Save

Powered by TurnKey Linux.