Update homepage to a modern German under construction page
Test and Deploy Website / test-and-deploy (push) Successful in 40s

This commit is contained in:
2026-06-15 14:27:15 +02:00
parent f0b4f42cb1
commit 71cd0c3a95
3 changed files with 80 additions and 101 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ test('Unit Tests: validateEmail', (t) => {
test('Unit Tests: formatGreeting', (t) => {
assert.strictEqual(
formatGreeting('evening', 'Robert Müller'),
"Good evening, welcome to Robert Müller's portfolio!"
"Guten Abend, herzlich willkommen auf der Webseite von Robert Müller!"
);
});