Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPaulvanderHam authored Apr 12, 2024
1 parent c68d902 commit 751e1f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 751e1f2

Please sign in to comment.