summaryrefslogtreecommitdiffstats
path: root/static/legacy.html
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-09 12:26:26 +0100
committerSimon Rettberg2019-03-09 12:26:26 +0100
commita19dc93b04663c407042d11f7bd22c74bc5798ff (patch)
tree205a3d6192fe887397ace2d3dd9b4d0f20076a19 /static/legacy.html
parenttable.html: bug fix (diff)
downloaddnbd3-status-a19dc93b04663c407042d11f7bd22c74bc5798ff.tar.gz
dnbd3-status-a19dc93b04663c407042d11f7bd22c74bc5798ff.tar.xz
dnbd3-status-a19dc93b04663c407042d11f7bd22c74bc5798ff.zip
Move away old default png based graph
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>