refac
This commit is contained in:
@@ -694,6 +694,16 @@
|
||||
<svelte:head>
|
||||
<title>{$WEBUI_NAME}</title>
|
||||
<link crossorigin="anonymous" rel="icon" href="{WEBUI_BASE_URL}/static/favicon.png" />
|
||||
|
||||
<meta name="apple-mobile-web-app-title" content={$WEBUI_NAME} />
|
||||
<meta name="description" content={$WEBUI_NAME} />
|
||||
<link
|
||||
rel="search"
|
||||
type="application/opensearchdescription+xml"
|
||||
title={$WEBUI_NAME}
|
||||
href="/opensearch.xml"
|
||||
crossorigin="use-credentials"
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
{#if showRefresh}
|
||||
|
||||
Reference in New Issue
Block a user