We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6c506 commit db0e0eeCopy full SHA for db0e0ee
mcpgateway/static/favicon.ico
9.44 KB
mcpgateway/templates/admin.html
@@ -4,6 +4,13 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<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
+ />
14
<link
15
href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css"
16
rel="stylesheet"
0 commit comments