summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-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');