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 9767ea7 commit a4edac6Copy full SHA for a4edac6
docs/index.html
@@ -7,7 +7,9 @@
7
<title>MFC | Home</title>
8
<script src="https://cdn.tailwindcss.com"></script>
9
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
10
- <link rel="icon" href="logo.png" />
+<!-- <link rel="icon" href="logo.png" /> -->
11
+ <link rel="icon" type="image/x-icon" href="/res/icon.ico">
12
+
13
<script>
14
async function onLoad(event) {
15
const url = "https://api.github.com/repos/MFlowCode/MFC/releases/latest";
0 commit comments