-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.xml
44 lines (44 loc) · 1.67 KB
/
products.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<products>
<product>
<name>Meta quest 2</name>
<image>https://code-glitchers.github.io/Glitch-Gadgets/images/meta2.png</image>
<description>Lorem ipsum dolor sit amet...</description>
<price>$49.99</price>
<link>product1.html</link>
</product>
<product>
<name>Product 2</name>
<image>https://code-glitchers.github.io/Glitch-Gadgets/glitch-gadegts.png</image>
<description>Nullam vel ligula eu erat...</description>
<price>$59.99</price>
<link>product2.html</link>
</product>
<product>
<name>Product11 1</name>
<image>https://code-glitchers.github.io/Glitch-Gadgets/glitch-gadegts.png</image>
<description>Lorem ipsum dolor sit amet...</description>
<price>$49.99</price>
<link>product1.html</link>
</product>
<product>
<name>Product 11</name>
<image>https://code-glitchers.github.io/Glitch-Gadgets/glitch-gadegts.png</image>
<description>Lorem ipsum dolor sit amet...</description>
<price>$49.99</price>
<link>product1.html</link>
</product>
<product>
<name>Product 1</name>
<image>https://code-glitchers.github.io/Glitch-Gadgets/glitch-gadegts.png</image>
<description>Lorem ipsum dolor sit amet...</description>
<price>$49.99</price>
<link>product1.html</link>
</product>
<product>
<name>Product 1</name>
<image>https://code-glitchers.github.io/Glitch-Gadgets/glitch-gadegts.png</image>
<description>Lorem ipsum dolor sit amet...</description>
<price>$49.99</price>
<link>product1.html</link>
</product>
</products>