diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..709917c --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +# Google Gemini API Key (erforderlich) +# Holen Sie sich einen Key unter: https://aistudio.google.com/apikey +GEMINI_API_KEY=your_gemini_api_key_here diff --git a/index.html b/index.html index 41a4537..46d1629 100644 --- a/index.html +++ b/index.html @@ -12,21 +12,9 @@ background-color: #f8fafc; } - - +
+