Skip to content

Commit

Permalink
feat: add website logo and title (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 authored May 6, 2024
1 parent 9eaa68a commit d9f4216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<title>Farm React Admin</title>
</head>

<body>
<div id="root"></div>
<script src="./src/index.tsx"></script>
</body>

</html>
</html>
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit d9f4216

Please sign in to comment.