Fixed favicon

This commit is contained in:
MrAlienBoiGithub 2022-11-09 14:01:09 -05:00 committed by GitHub
parent 716d919793
commit e54524fbf1
2 changed files with 3 additions and 0 deletions

View File

@ -3,8 +3,10 @@
<head>
<Title>Home</Title>
<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/border.css">
</head>
<body>
<h2>Home</h2>

View File

@ -3,6 +3,7 @@
<head>
<title>Sitemap</title>
<link rel="shortcut icon" href="globe.gif" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<a href="index.html"><img src="imgs/back.png" alt="back" style="width: 32px; height: 32px;"> </a>