aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/index.html
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-20 22:49:05 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-20 22:49:05 +0200
commitbaee10b83e6b72a8ec90910b644222582146a576 (patch)
treecb39aadeea1efd27f453705296d184b5da435782 /client/js/app/index.html
parent06d4e740e0ed994e18179f24510cd11dd464a408 (diff)
Add basic folder structure
Diffstat (limited to 'client/js/app/index.html')
-rw-r--r--client/js/app/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/js/app/index.html b/client/js/app/index.html
index b46ab83364e..f6304d618e5 100644
--- a/client/js/app/index.html
+++ b/client/js/app/index.html
@@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
+ <link rel="icon" type="image/svg+xml" href="/src/app/assets/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/main.jsx"></script>
+ <script type="module" src="/src/app/pages/main.jsx"></script>
</body>
</html>