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 034af8e commit 12d63c7Copy full SHA for 12d63c7
tools/server/webui/index.html
@@ -7,7 +7,10 @@
7
content="width=device-width, initial-scale=1, maximum-scale=1"
8
/>
9
<meta name="color-scheme" content="light dark" />
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>">
+ <link
11
+ rel="icon"
12
+ 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>"
13
+ />
14
<title>llama.cpp</title>
15
</head>
16
<body>
0 commit comments