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:
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user