aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/index.html
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-22 15:53:58 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-22 15:53:58 +0200
commit99a9c9e471160b226d36ecd3ad4c2f5e640b03e8 (patch)
treeb4c0e43f40630e9ac6560401863f951d42bcdca3 /client/js/app/index.html
parent5ad11fbd189a625c8809f70af0ccae51ee8c3b6e (diff)
Add basic layout and remove sample code
Diffstat (limited to 'client/js/app/index.html')
-rw-r--r--client/js/app/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/js/app/index.html b/client/js/app/index.html
index f6304d618e5..d245c706374 100644
--- a/client/js/app/index.html
+++ b/client/js/app/index.html
@@ -2,12 +2,16 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/src/app/assets/favicon.svg" />
+ <link
+ rel="icon"
+ type="image/svg+xml"
+ href="/src/app/assets/img/favicon.svg"
+ />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
- <script type="module" src="/src/app/pages/main.jsx"></script>
+ <script type="module" src="/src/app/main.jsx"></script>
</body>
</html>