Add favicon with network gateway design

Include SVG favicon showing hexagon network topology with nodes and connections,
integrated into admin console and /docs portal for consistent branding.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Samuel Amar
2026-09-02 14:30:57 +02:00
co-authored by Claude Haiku 4.5
parent 9a3feccc90
commit f13160ec29
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}API Gateway{% endblock %}</title>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<link rel="stylesheet" href="/static/style.css">
</head>
<body>