attempt to fix favicon not showing
This commit is contained in:
parent
98e3571ddb
commit
7770c04bf2
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||||
<title>donate - maira.cc</title>
|
<title>donate - maira.cc</title>
|
||||||
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
|
<link rel="shortcut icon" href="/img/favicon.png" type="image/png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||||
<title>home - maira.cc</title>
|
<title>home - maira.cc</title>
|
||||||
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
|
<link rel="shortcut icon" href="/img/favicon.png" type="image/png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
Loading…
Reference in a new issue