summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorhorus2021-03-15 17:43:16 +0100
committerhorus2021-03-15 17:43:16 +0100
commite1554c725e22909a5fb239f481e76e30abc306f9 (patch)
tree6e8cfc20d12e7c7aa45dc8cf0c2ff355c64b975d /public/index.php
parent1730e54d3423a8d0ab3a2bd9791575b59ab399cc (diff)
downloadmoehring-e1554c725e22909a5fb239f481e76e30abc306f9.tar.gz
Add pizza
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index fa89920..c5c0c0b 100644
--- a/public/index.php
+++ b/public/index.php
@@ -24,6 +24,10 @@ case("/tools/faces"):
case("/tools/faces/"):
echo $twig->render('tools/faces/index.html', [ "faces" => get_faces() ]);
break;
+case("/tools/pizza"):
+case("/tools/pizza/"):
+ echo $twig->render('tools/pizza/index.html');
+ break;
default:
http_response_code(404);
echo $twig->render('404.html');