diff --git a/404.html b/404.html index c1167af8019951f57c9936c72b49692ae8b92f0e..436a31a699f1a1399eb84e9b00e2fb0f7629fdaf 100644 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@ { action: 'type', strings: ["Accessing files.."], - output: 'grabbing files..<br><br>', + output: '<span class="gray">grabbing files.. </span><br> ', postDelay: 1000 }, { diff --git a/internal/500.php b/internal/500.php index 43162123d06f32bbef68f85a6002c5215daf6818..6b3cfb8fc5b984aef19041825ff39ef73ecc1611 100644 --- a/internal/500.php +++ b/internal/500.php @@ -36,7 +36,7 @@ function getError500() { action: 'type', strings: ["Accessing restricted files.."], - output: 'grabbing files..<br><br>', + output: '<span class="gray">grabbing files.. </span><br> ', postDelay: 1000 }, {