|
@@ -23,8 +23,6 @@
|
|
|
href="/static/apple-touch-icon.png"
|
|
|
crossorigin="use-credentials"
|
|
|
/>
|
|
|
- <meta name="apple-mobile-web-app-title" content="Open WebUI" />
|
|
|
-
|
|
|
<link
|
|
|
rel="manifest"
|
|
|
href="/manifest.json"
|
|
@@ -37,14 +35,7 @@
|
|
|
/>
|
|
|
<meta name="theme-color" content="#171717" />
|
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
|
- <meta name="description" content="Open WebUI" />
|
|
|
- <link
|
|
|
- rel="search"
|
|
|
- type="application/opensearchdescription+xml"
|
|
|
- title="Open WebUI"
|
|
|
- href="/opensearch.xml"
|
|
|
- crossorigin="use-credentials"
|
|
|
- />
|
|
|
+
|
|
|
<script src="/static/loader.js" defer crossorigin="use-credentials"></script>
|
|
|
<link rel="stylesheet" href="/static/custom.css" crossorigin="use-credentials" />
|
|
|
|