We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37e0a4 commit 691c538Copy full SHA for 691c538
index.html
@@ -17,6 +17,7 @@
17
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
18
<link rel="stylesheet" href="./index.css" />
19
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
20
+ <link rel="icon" type="image/x-icon" href="django_favicon.ico">
21
22
23
</head>
@@ -316,4 +317,5 @@ <h1 class="hero-text ms-5">Our Contributors</h1>
316
317
</body>
318
<script src="./menu-toggle.js"></script>
319
-</html>
320
+
321
+</html>
0 commit comments