We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5a1e5 commit 192323dCopy full SHA for 192323d
2 files changed
githubfavicon.png
37.2 KB
index.html
@@ -5,7 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>GitHub Error Solve - Opensource Projects</title>
8
- <link rel="shortcut icon" href="/assets/logo.png" type="image/x-icon">
+ <link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon">
9
<link rel="stylesheet" href="./dist/output.css" />
10
<link rel="preconnect" href="https://fonts.googleapis.com" />
11
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -18,6 +18,5 @@
18
<div id="root"></div>
19
<script type="module" src="/src/main.jsx"></script>
20
<script src="../path/to/flowbite/dist/flowbite.min.js"></script>
21
-
22
</body>
23
-</html>
+</html>
0 commit comments