Skip to content

Commit 87cb7d4

Browse files
Added product page
1 parent 2769b1a commit 87cb7d4

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

Products/index.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<!-- Required meta tags -->
5+
<meta charset="utf-8" />
6+
<meta
7+
name="viewport"
8+
content="width=device-width, initial-scale=1, shrink-to-fit=no"
9+
/>
10+
<meta name="description" content="Amazon products" />
11+
12+
<meta name="robot" content="index follow" />
13+
<link
14+
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
15+
rel="stylesheet"
16+
/>
17+
<link
18+
href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"
19+
rel="stylesheet"
20+
/>
21+
<!-- <link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet"> -->
22+
<link rel="stylesheet" type="text/css" href="index.css" />
23+
<title>Amazon products</title>
24+
</head>
25+
<body>
26+
<h2>Product of the day</h2>
27+
<ol>
28+
<li>
29+
<a href="https://amzn.to/4asrpSC">
30+
ASUS Vivobook 15, IntelCore i3-1215U 12th Gen, 15.6" (39.62 cm) FHD,
31+
Thin and Light Laptop (8 GB RAM/512GB SSD/Win11/Office
32+
2021/Backlit/42WHr/1.70/Blue), X1504ZA-NJ326WS
33+
</a>
34+
</li>
35+
<li>
36+
<a href="https://amzn.to/3Kc1mV4">
37+
Lenovo ThinkPad E14 AMD Ryzen 5 7530U 14" (35.56 cm) WUXGA IPS 300
38+
Nits Thin and Light Laptop (8GB RAM/512GB SSD/Windows 11 Home/AMD
39+
Radeon Graphics/Backlit Keyboard/FPR/Black/1.41 kg), 21JRS00T00
40+
</a>
41+
</li>
42+
<li>
43+
<a href="https://amzn.to/4bsnDK2">
44+
ASUS Vivobook 15, Intel Core i3-1220P 12th Gen, 15.6" (39.62 cm) FHD,
45+
Thin and Laptop (8GB/512GB SSD/Integrated Graphics/Windows 11/Office
46+
2021/Alexa Built-in/FP Sensor/Blue/1.7 kg), X1502ZA-EJ381WS
47+
</a>
48+
</li>
49+
</ol>
50+
</body>
51+
</html>

0 commit comments

Comments
 (0)