feat: landing page — minimal dark one-pager with Dockerfile

Single static HTML page for RückenfrAI ("KI, die dir den Rücken
freihält"). Dark theme, inline CSS, Inter font. Sections: hero with
terminal mockup, features (email/voice/calendar/tasks), how it works,
waitlist CTA (mailto). nginx Dockerfile + docker-compose for Dokploy.
This commit is contained in:
m
2026-03-25 13:40:58 +01:00
parent bc67b91d83
commit 733f6358b3
3 changed files with 626 additions and 0 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
web:
build: .
ports:
- "3000:80"
restart: unless-stopped