瀏覽代碼

Adding Theme-Color for ChromeApp

Changes the top browser bar color. Really important!
Ecconia 7 年之前
父節點
當前提交
cedf8bb465
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/index.html

+ 1 - 0
public/index.html

@@ -4,6 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
+    <meta name="theme-color" content="#111111">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title>New RS-Website</title>
   </head>