File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Products - E-Commerce</ title >
7+ < link rel ="stylesheet " href ="styles.css ">
8+ </ head >
9+ < body >
10+ < header >
11+ < h1 > ShopEasy</ h1 >
12+ < nav >
13+ < a href ="index.html "> Home</ a >
14+ < a href ="products.html "> Products</ a >
15+ < a href ="cart.html "> Cart (< span id ="cart-count "> 0</ span > )</ a >
16+ </ nav >
17+ </ header >
18+ < main >
19+ < h2 > Our Products</ h2 >
20+ < div class ="product-list " id ="product-list ">
21+ <!-- Products will be rendered here by JavaScript -->
22+ </ div >
23+ </ main >
24+ < footer >
25+ < p > © 2024 ShopEasy</ p >
26+ </ footer >
27+ < script src ="script.js "> </ script >
28+ </ body >
29+ </ html >
You can’t perform that action at this time.
0 commit comments