Add PunktFri Flask landing page

- Landing page with hero, problemet, målgruppe, idé, disclaimer sections
- Signup form → SQLite + file log (navn, email, domæner, egne_ns, kommentar)
- /tak confirmation page
- /admin with HTTP Basic Auth
- /health endpoint
- Mobile-first minimal CSS, Danish throughout
- Honest 'under undersøgelse' framing — no premature organisational claims
This commit is contained in:
Henrik Jess Nielsen
2026-04-26 18:20:54 +02:00
parent 6fce8985b4
commit 7fe85dfe2c
9 changed files with 1011 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
Flask==3.1.0
Werkzeug==3.1.3