瀏覽代碼

Fix error in the public.html file

vintage
Fen Dweller 5 年之前
父節點
當前提交
dedaf2256d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      public/index.html

+ 1
- 1
public/index.html 查看文件

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="https://crux.sexy/images/feast.ico">
<link rel="stylesheet" href="./reset.css"</link>
<link rel="stylesheet" href="./reset.css"></link>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>


Loading…
取消
儲存