Skip to content

Commit c052892

Browse files
committed
Run eslint
1 parent 2c6245b commit c052892

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/server/webui/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
content="width=device-width, initial-scale=1, maximum-scale=1"
88
/>
99
<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>">
10+
<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+
/>
1114
<title>llama.cpp</title>
1215
</head>
1316
<body>

0 commit comments

Comments
 (0)