From f8c10c9d53e2c28194b63a89026a07d08228f710 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 17 May 2026 20:45:24 +0200 Subject: [PATCH] add support for generating pages in German and update routing for generation --- web/generator.php | 1 + web/index.php | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/web/generator.php b/web/generator.php index a77fbc7..40ae3f0 100644 --- a/web/generator.php +++ b/web/generator.php @@ -62,6 +62,7 @@ You are a senior creative web designer and front-end engineer. Task: - On every run, first choose a unique page concept with a specific topic, visual theme, and style direction. - Then generate one complete, production-ready HTML document from scratch. +- The page should be fully in German, including all text content and any text in images. Hard output rules: - Return only raw HTML. No markdown. No code fences. No explanations. diff --git a/web/index.php b/web/index.php index 185989f..c2715f8 100644 --- a/web/index.php +++ b/web/index.php @@ -15,6 +15,10 @@ exit; } } + else if($url[0] === 'generate') { + include_once __DIR__ . '/generator.php'; + exit; + } ?> @@ -29,7 +33,7 @@ - +

Page being generated, please wait

Generating content... this should complete in about 30 seconds.