diff options
author | Sebastian Morr | 2017-10-31 22:32:13 +0100 |
---|---|---|
committer | Sebastian Morr | 2017-10-31 22:32:13 +0100 |
commit | ef826846e0831dc97b69be05e3960f530d0863ad (patch) | |
tree | 763e4860afa1c0765aecd10c443b8570109cf232 /template/404.phtml | |
parent | 108902fe5dcaad25bc94bdecf9b4ae32eab49c5f (diff) |
Replace TV icon with voctocat everywhere
This includes the header, favicons, and 404/500 pages.
Diffstat (limited to 'template/404.phtml')
-rw-r--r-- | template/404.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/404.phtml b/template/404.phtml index e323eb2..64342bc 100644 --- a/template/404.phtml +++ b/template/404.phtml @@ -1,5 +1,5 @@ <div class="container"> <h1>404 Winkekatze Not Found</h1> - <?=file_get_contents('assets/img/missing-cat.svg') ?> + <img src="assets/img/missing-cat.gif"> </div> |