From 999e12f4a141201c69d784d8e5e6a424d1ba6670 Mon Sep 17 00:00:00 2001 From: byhe Date: Fri, 23 Aug 2024 14:28:00 +0200 Subject: [PATCH] add nytt 2 --- www/public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/public/index.php b/www/public/index.php index 47c1640..4916746 100644 --- a/www/public/index.php +++ b/www/public/index.php @@ -16,6 +16,7 @@ $ageNextYear = $age + 1; echo "

NYTT

"; + echo "

NYTT 2

"; echo "

Du heter $name och är $age år gammal. Nästa gång fyller du $ageNextYear år.

"; ?>