fix: wrong import & css
This commit is contained in:
parent
ad930ecdff
commit
936a4923f4
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><%= productName %></title>
|
||||
<link rel="stylesheet" href="public/iconsax-css/style.css" />
|
||||
<link rel="stylesheet" href="/iconsax-css/style.css" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="<%= productDescription %>" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
|
@ -16,13 +16,13 @@
|
|||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="public/icons/favicon-32x32.png"
|
||||
href="/icons/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="public/icons/favicon-16x16.png"
|
||||
href="/icons/favicon-16x16.png"
|
||||
/>
|
||||
<link rel="icon" type="image/ico" href="favicon.ico" />
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue