Skip to content

Commit db0e0ee

Browse files
committed
Add favicon.ico
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 1f6c506 commit db0e0ee

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mcpgateway/static/favicon.ico

9.44 KB
Binary file not shown.

mcpgateway/templates/admin.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>MCP Gateway Admin</title>
7+
<!-- Favicon -->
8+
<link
9+
rel="icon"
10+
type="image/png"
11+
sizes="32x32"
12+
href="{{ root_path }}/static/favicon.ico"
13+
/>
714
<link
815
href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css"
916
rel="stylesheet"

0 commit comments

Comments
 (0)