Skip to content

Commit 192323d

Browse files
authored
GitHub favicon added in website (#193)
* Favicon added GitHub logo * Delete .replit
1 parent ff5a1e5 commit 192323d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

githubfavicon.png

37.2 KB
Loading

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>GitHub Error Solve - Opensource Projects</title>
8-
<link rel="shortcut icon" href="/assets/logo.png" type="image/x-icon">
8+
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon">
99
<link rel="stylesheet" href="./dist/output.css" />
1010
<link rel="preconnect" href="https://fonts.googleapis.com" />
1111
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -18,6 +18,5 @@
1818
<div id="root"></div>
1919
<script type="module" src="/src/main.jsx"></script>
2020
<script src="../path/to/flowbite/dist/flowbite.min.js"></script>
21-
2221
</body>
23-
</html>
22+
</html>

0 commit comments

Comments
 (0)