瀏覽代碼

feat: add index.html logo.ico

wangyuan 2 年之前
父節點
當前提交
1160b8fd43
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ittpc/index.html

+ 2 - 1
ittpc/index.html

@@ -3,7 +3,8 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>ittpc</title>
+    <link rel="shortcut icon" href="./static/logo.ico" type="image/x-icon">
+    <title>ITT运营后台</title>
   </head>
   <body>
     <div id="app"></div>