Skip to content

Commit 48e4aaa

Browse files
committed
chore: move favicon
1 parent 10e2c81 commit 48e4aaa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
4+
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="shortcut icon" href="/assets/favicons/favicon.svg" />
6+
<link rel="shortcut icon" href="/favicon.svg" />
77
<title>Render</title>
88
</head>
99

1010
<body>
1111
<div id="app"></div>
1212
<script type="module" src="/src/main.tsx"></script>
13+
<noscript>You need to enable JavaScript to run this app.</noscript>
1314
</body>
1415
</html>
File renamed without changes.

0 commit comments

Comments
 (0)