NewLife/cube-front

style(html): favicon.ico更新
笑笑 authored at 2026-06-05 20:42:35
ce0bb20
Tree
1 Parent(s) 10ad388
Summary: 1 changed files with 12 additions and 14 deletions.
Modified +12 -14
Modified +12 -14
diff --git a/index.html b/index.html
index 60dcb0a..7eae38c 100644
--- a/index.html
+++ b/index.html
@@ -1,16 +1,14 @@
-<!DOCTYPE html>
+<!doctype html>
 <html lang="">
+  <head>
+    <meta charset="UTF-8" />
+    <link rel="icon" href="https://sso.newlifex.com/favicon.ico" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Cube-Front</title>
+  </head>
 
-<head>
-  <meta charset="UTF-8">
-  <link rel="icon" href="/favicon.ico">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <title>Cube-Front</title>
-</head>
-
-<body>
-  <div id="app"></div>
-  <script type="module" src="/core/main.ts"></script>
-</body>
-
-</html>
\ No newline at end of file
+  <body>
+    <div id="app"></div>
+    <script type="module" src="/core/main.ts"></script>
+  </body>
+</html>