fix path to png
This commit is contained in:
+5
-5
@@ -2,11 +2,11 @@
|
||||
<title>remark</title>
|
||||
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/web/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/web/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/web/favicon-16x16.png">
|
||||
<link rel="manifest" href="/web/manifest.json">
|
||||
<link rel="mask-icon" href="/web/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user