Files

19 lines
267 B
JavaScript

data = {
header:"Are you looking for <span class='highlight quote'>Some dresses</span>?",
content: [
{
text:"Cotton White Dresses",
images: [
"g2.jpg",
"p1.jpg"
]
},
{
text:"Other Dresses",
images: [
"b1.jpg",
"h3.jpg"
]
}
]
}