From 751e1f2b2b853e15c1d1f07667c2fa93976e6576 Mon Sep 17 00:00:00 2001 From: JeanPaulvanderHam <117824394+JeanPaulvanderHam@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:18:47 +0200 Subject: [PATCH] Update index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 567b7ee..0b6ebbd 100644 --- a/index.html +++ b/index.html @@ -101,6 +101,11 @@ if (inputText.toLowerCase() === 'start') { inputText = 'begin'; } + + // If the input text is "voorbeeld" + if (inputText.toLowerCase() === 'voorbeeld') { + inputText = '#WatMoetIkDoen'; + } // If the input text is "performance" if (inputText.toLowerCase() === 'performance') {