Skip to content

Commit 2141d5a

Browse files
committed
Update Favicon and Title
1 parent f075214 commit 2141d5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/server/webui/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
content="width=device-width, initial-scale=1, maximum-scale=1"
88
/>
99
<meta name="color-scheme" content="light dark" />
10-
<title>🦙 llama.cpp - chat</title>
10+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦙</text></svg>">
11+
<title>llama.cpp</title>
1112
</head>
1213
<body>
1314
<div id="root"></div>

0 commit comments

Comments
 (0)