We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f71b8 commit 1c20b1dCopy full SHA for 1c20b1d
2-copy-of-code/lesson-06/ecommerce-project/index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Ecommerce Project</title>
+
8
9
<!-- Load a font called Roboto from Google Fonts. -->
10
<link rel="preconnect" href="https://fonts.googleapis.com">
2-copy-of-code/lesson-06/ecommerce-project/src/pages/HomePage.jsx
@@ -4,6 +4,8 @@ import './HomePage.css';
export function HomePage() {
return (
<>
+ <title>Ecommerce Project</title>
<Header />
11
<div className="home-page">
0 commit comments