diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/bigpipe.js | 2 | ||||
-rw-r--r-- | static/blue.php | 2 | ||||
-rw-r--r-- | static/green.php | 2 | ||||
-rw-r--r-- | static/red.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/static/bigpipe.js b/static/bigpipe.js index cc048a5..1bda6d5 100644 --- a/static/bigpipe.js +++ b/static/bigpipe.js @@ -372,4 +372,4 @@ BigPipe = (function() { BigPipe.done = []; } }; -})();
\ No newline at end of file +})(); diff --git a/static/blue.php b/static/blue.php index c5e7de8..6b1f4ce 100644 --- a/static/blue.php +++ b/static/blue.php @@ -14,4 +14,4 @@ header('Content-Type: text/css'); #=============================================================================== usleep(intval(rand(60, 100).'0000')); ?> -#blue{background:blue;}
\ No newline at end of file +#blue{background:blue;} diff --git a/static/green.php b/static/green.php index 3a9959d..2c70074 100644 --- a/static/green.php +++ b/static/green.php @@ -14,4 +14,4 @@ header('Content-Type: text/css'); #=============================================================================== usleep(intval(rand(60, 100).'0000')); ?> -#green{background:green;}
\ No newline at end of file +#green{background:green;} diff --git a/static/red.php b/static/red.php index 7eda0da..0795c3e 100644 --- a/static/red.php +++ b/static/red.php @@ -14,4 +14,4 @@ header('Content-Type: text/css'); #=============================================================================== usleep(intval(rand(60, 100).'0000')); ?> -#red{background:red;}
\ No newline at end of file +#red{background:red;} |