Browse Source

Fix error in the public.html file

master
Fen Dweller 5 years ago
parent
commit
dedaf2256d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/index.html

+ 1
- 1
public/index.html View File

@@ -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…
Cancel
Save