diff options
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..60053af --- /dev/null +++ b/static/index.html @@ -0,0 +1,7 @@ +<html><body style="padding:0;margin:0;overflow:hidden"><img alt="" src="image.png" id="sasa" style="padding:0;margin:0"> +<script type="text/javascript"> +setInterval(function() { + document.getElementById("sasa").src = '/image.png?a=' + Math.random(); +}, 2000); +</script> +</body></html> |