From 0759ab6d702eca8eb9bc11f99291527bfe41977d Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 14 Jun 2024 15:23:51 +0200 Subject: [PATCH] feat: integration page #41 --- .../web/templates/componentNavbar.html | 3 + .../gateways/web/templates/integration.html | 64 +++++++++++++++++++ .../gateways/web/templates/login.html | 4 ++ api/page.go | 2 + api/pageIntegration.go | 17 +++++ api/pageLogin.go | 2 + api/pageRegister.go | 3 + 7 files changed, 95 insertions(+) create mode 100644 adapters/secondary/gateways/web/templates/integration.html create mode 100644 api/pageIntegration.go diff --git a/adapters/secondary/gateways/web/templates/componentNavbar.html b/adapters/secondary/gateways/web/templates/componentNavbar.html index 41bcde2..5437d97 100644 --- a/adapters/secondary/gateways/web/templates/componentNavbar.html +++ b/adapters/secondary/gateways/web/templates/componentNavbar.html @@ -18,6 +18,9 @@ +