1 parent 6d045b4 commit c5b5496Copy full SHA for c5b5496
2 files changed
02-frontend/index.html
@@ -2,10 +2,13 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>FeedbackOnlineSystem</title>
+
+ <title>Feedback Online System</title>
8
9
+ <link rel="icon" type="image/x-icon" href="/favicon.ico" />
10
</head>
11
12
<body>
13
<div id="root"></div>
14
<script type="module" src="/src/main.jsx"></script>
02-frontend/public/favicon.ico
15 KB
0 commit comments