mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
fix: update x-icon URL in index.html #27
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<meta name="apple-mobile-web-app-title" content="OpenList" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
href="https://docs.oplist.org/logo.png"
|
||||
href="https://cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.png"
|
||||
/>
|
||||
<script
|
||||
src="https://g.alicdn.com/IMM/office-js/1.1.5/aliyun-web-office-sdk.min.js"
|
||||
@@ -22,7 +22,7 @@
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
type="image/ico"
|
||||
href="https://docs.oplist.org/logo.svg"
|
||||
href="https://cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg"
|
||||
/>
|
||||
<title>Loading...</title>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user