From b3011a6bd677aaa1b8bf724bc244d961bd5aa260 Mon Sep 17 00:00:00 2001 From: Firehose Bot Date: Mon, 27 Apr 2026 10:54:10 +0100 Subject: [PATCH] Contact page --- .../components/layouts/app.html.heex | 5 +- .../controllers/page_controller.ex | 4 ++ .../controllers/page_html/contact.html.heex | 60 +++++++++++++++++++ app/lib/firehose_web/router.ex | 1 + ...ller-open-llms-now-work-for-open-agents.md | 2 +- 5 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 app/lib/firehose_web/controllers/page_html/contact.html.heex diff --git a/app/lib/firehose_web/components/layouts/app.html.heex b/app/lib/firehose_web/components/layouts/app.html.heex index 6ddcf22..5412d25 100644 --- a/app/lib/firehose_web/components/layouts/app.html.heex +++ b/app/lib/firehose_web/components/layouts/app.html.heex @@ -10,7 +10,7 @@