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.