diff options
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> |