summaryrefslogtreecommitdiffstats
path: root/static/legacy.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/legacy.html')
-rw-r--r--static/legacy.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/legacy.html b/static/legacy.html
new file mode 100644
index 0000000..60053af
--- /dev/null
+++ b/static/legacy.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>