Skip to content

Commit

Permalink
Merge pull request #146 from T-Rahul-prabhu-38/main
Browse files Browse the repository at this point in the history
  • Loading branch information
MinavKaria authored Oct 24, 2024
2 parents 7ab88cf + ebd9f2a commit dd85d74
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="manifest" href="manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff" />
<title>Ratna Supermarket</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>

<!-- Google Translate -->
<div class="gtranslate_wrapper"></div>

<script>
window.gtranslateSettings = {
default_language: "en",
detect_browser_language: true,
wrapper_selector: ".gtranslate_wrapper",
};
</script>

<script
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>
</body>
</html>

0 comments on commit dd85d74

Please sign in to comment.