aboutsummaryrefslogtreecommitdiff
path: root/template/404.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/404.phtml')
-rw-r--r--template/404.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/404.phtml b/template/404.phtml
index 583ddc4..e323eb2 100644
--- a/template/404.phtml
+++ b/template/404.phtml
@@ -1,5 +1,5 @@
<div class="container">
<h1>404 Winkekatze Not Found</h1>
- <img src="assets/img/missing-cat.png" alt="404 Winkekatze Not Found" />
+ <?=file_get_contents('assets/img/missing-cat.svg') ?>
</div>