From e1554c725e22909a5fb239f481e76e30abc306f9 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 15 Mar 2021 17:43:16 +0100 Subject: Add pizza --- public/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') 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'); -- cgit v1.2.3