diff options
author | Simon Rettberg | 2019-03-09 12:26:26 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-09 12:26:26 +0100 |
commit | a19dc93b04663c407042d11f7bd22c74bc5798ff (patch) | |
tree | 205a3d6192fe887397ace2d3dd9b4d0f20076a19 /static | |
parent | table.html: bug fix (diff) | |
download | dnbd3-status-a19dc93b04663c407042d11f7bd22c74bc5798ff.tar.gz dnbd3-status-a19dc93b04663c407042d11f7bd22c74bc5798ff.tar.xz dnbd3-status-a19dc93b04663c407042d11f7bd22c74bc5798ff.zip |
Move away old default png based graph
Diffstat (limited to 'static')
l---------[-rw-r--r--] | static/index.html | 8 | ||||
-rw-r--r-- | static/legacy.html | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/static/index.html b/static/index.html index 60053af..4f7c9d1 100644..120000 --- a/static/index.html +++ b/static/index.html @@ -1,7 +1 @@ -<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> +table.html
\ No newline at end of file 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> |