Fixed favicon
This commit is contained in:
parent
716d919793
commit
e54524fbf1
@ -3,8 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<Title>Home</Title>
|
<Title>Home</Title>
|
||||||
<link rel="shortcut icon" href="globe.gif" type="image/x-icon">
|
<link rel="shortcut icon" href="globe.gif" type="image/x-icon">
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
<link rel="stylesheet" href="styles/style.css">
|
<link rel="stylesheet" href="styles/style.css">
|
||||||
<link rel="stylesheet" href="styles/border.css">
|
<link rel="stylesheet" href="styles/border.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Home</h2>
|
<h2>Home</h2>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Sitemap</title>
|
<title>Sitemap</title>
|
||||||
<link rel="shortcut icon" href="globe.gif" type="image/x-icon">
|
<link rel="shortcut icon" href="globe.gif" type="image/x-icon">
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="index.html"><img src="imgs/back.png" alt="back" style="width: 32px; height: 32px;"> </a>
|
<a href="index.html"><img src="imgs/back.png" alt="back" style="width: 32px; height: 32px;"> </a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user