Skip to content

Commit c5b5496

Browse files
committed
Add Favicon
1 parent 6d045b4 commit c5b5496

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

02-frontend/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>FeedbackOnlineSystem</title>
6+
7+
<title>Feedback Online System</title>
8+
9+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
810
</head>
11+
912
<body>
1013
<div id="root"></div>
1114
<script type="module" src="/src/main.jsx"></script>

02-frontend/public/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)